about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)Author
2025-07-07Add test cases for "update_case_attributes."Munyoki Kilyungi
2025-07-07Store edit status in enum class.Munyoki Kilyungi
2025-07-07Return the case_attr id after queuing.Munyoki Kilyungi
2025-07-07Delete "approve_case_attribute."Munyoki Kilyungi
2025-07-07Delete "reject_case_attribute."Munyoki Kilyungi
2025-07-07Delete "insert_case_attribute_audit."Munyoki Kilyungi
2025-07-07Delete "get_unreviewed_diffs."Munyoki Kilyungi
2025-07-07Delete "get_case_attributes."Munyoki Kilyungi
2025-07-07Add test case for queue_edit.Munyoki Kilyungi
2025-04-22Fix pylint errors.Munyoki Kilyungi
2025-04-22Add test case for deleting wiki data.Munyoki Kilyungi
2025-04-08Fix failing test.Frederick Muriuki Muriithi
2025-03-04Revert "test: Add unit tests for fibonacci function in rqtl2 module"Munyoki Kilyungi
2025-03-04Revert "docs: Add module and function docstrings for unit tests of fibonacci ...Munyoki Kilyungi
2025-03-04docs: Add module and function docstrings for unit tests of fibonacci functionMunyoki Kilyungi (aider)
2025-03-04test: Add unit tests for fibonacci function in rqtl2 moduleMunyoki Kilyungi (aider)
2025-02-28Fix linting errors.Frederick Muriuki Muriithi
2025-02-10feat: Add LMDB sample data retrieval API endpoint with testsMunyoki Kilyungi (aider)
2025-02-07refactor: Add rqtl2 default method and update unittests.Alexander_Kabui
2025-02-06Add test assertions for writing data to csv.Alexander_Kabui
2025-02-06feat: Add unittests for rqtl2 computations.Alexander_Kabui
2025-01-27Delete un-used database_connection test.Munyoki Kilyungi
2025-01-26Skip test that checks working of MySQLdb rather than GN3.Frederick Muriuki Muriithi
2024-11-11Allow extra database connection options on URIFrederick Muriuki Muriithi
2024-10-18refactor: replace gn3.auth.db with gn3.sqlite_db_utils and drop all refs to g...John Nduli
2024-10-14Replace CONSTRUCT with SELECT for fetching RIF NCBI entries.Munyoki Kilyungi
2024-10-14Replace species' shortName with it's full name in NCBI test data.Munyoki Kilyungi
2024-10-14Remove "@id" from NCBI test data.Munyoki Kilyungi
2024-10-14Update the NCBI expected test data context.Munyoki Kilyungi
2024-10-14Add function for fetching NCBI data.Munyoki Kilyungi
2024-10-14Add NCBI test turtle data.Munyoki Kilyungi
2024-10-02Use pathlib to fetch the directory path for tests.Munyoki Kilyungi
2024-10-02Fix pylint failure.Munyoki Kilyungi
2024-10-02feat: cleaner handling of virtuoso processJohn Nduli
2024-10-02Fix typo in comments.Munyoki Kilyungi
2024-10-02Spin up a local virtuoso instance to run RDF tests against.Munyoki Kilyungi
2024-10-02Add virtuoso ini file to be used during testing.Munyoki Kilyungi
2024-10-02Set a default password for sparql.Munyoki Kilyungi
2024-09-28Lint: fix some linting errors.Frederick Muriuki Muriithi
2024-09-27Skip failing test.Frederick Muriuki Muriithi
2024-09-27Use existing fixture to retrieve settings.Frederick Muriuki Muriithi
2024-09-23Revert "Add pytest.mark.unit_test for all rdf test-cases."Munyoki Kilyungi
2024-09-23Add pytest.mark.unit_test for all rdf test-cases.Munyoki Kilyungi
2024-09-23Handle missing GN3_SECRETS for CI testing.Munyoki Kilyungi
2024-09-23Fix or ignore pylint errors.Munyoki Kilyungi
2024-09-23Load GN3_SECRETS after loading GN3_CONF settings.Munyoki Kilyungi
2024-09-23Remove dead comment.Munyoki Kilyungi
2024-09-23Make sure the the test graph is empty before running rdf tests.Munyoki Kilyungi
2024-09-23Use test fixtures to set-up a test named graph.Munyoki Kilyungi
2024-09-23Add RDF test cases.Munyoki Kilyungi