kernelci / kernelci/kernelci-api
Add unit tests for query value operators
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Values passed in queries can have operators e.g. `__gt` for comparison or to specify the type to use e.g. `__int`. We should add unit tests to cover the logic involved in order to detect any regression if the implementation changes.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or existing test is named. Start by locating the query value operator handling and the current unit-test structure; add coverage for comparison operators such as __gt and type operators such as __int, then run the relevant unit-test suite to verify regression coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100