Age | Commit message (Expand) | Author |
---|---|---|
2023-01-24 | tests: Expect exact integer value when applying SI suffix....* tests/unit/test_search.py (test_apply_si_suffix_kilo, test_apply_si_suffix_mega, test_apply_si_suffix_giga): Update docstring indicating that we expect the exact integer value. | Arun Isaac |
2023-01-24 | search: Abstract out parsing of position spec into separate function....* gn3/api/search.py (parse_position): New function. (parse_location_field): Use parse_position. * tests/unit/test_search.py: Import parse_position from gn3.api.search. (test_parse_position_close_to_zero_location): New test. | Arun Isaac |
2023-01-21 | tests: Fix linting errors | Frederick Muriuki Muriithi |
2023-01-19 | tests: Add unit tests for search....* tests/unit/test_search.py: New file. | Arun Isaac |