Age | Commit message (Expand) | Author |
---|---|---|
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 |