about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)Author
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
2024-09-12Fix failing tests after merging in Pjotr's pull request.Frederick Muriuki Muriithi
2024-09-12rqtl_wrapper: minor fixesPjotr Prins
2024-09-12Fix Rqtl testPjotr Prins
2024-09-12Change behavior of do_paths_exist to actually throw useful errorPjotr Prins
2024-09-11Add test cases for wiki.__sanitize_result.Munyoki Kilyungi
2024-09-03Make pylint fixes.Alexander_Kabui
2024-09-03Add tests for fetching and populating references.Alexander_Kabui
2024-09-03Add unittests for formatting bib info.Alexander_Kabui
2024-05-27Pylint fixes.Alexander_Kabui
2024-05-27Delete llm obsolete unittestsAlexander_Kabui
2024-01-17fix pylint errorsAlexander_Kabui
2024-01-17temp fix:disable pylint checkAlexander_Kabui
2024-01-17Feature/gn llm refactoring (#147)Alexander Kabui
2023-10-10Remove authentication from GN3Frederick Muriuki Muriithi
2023-09-05Fix C3001: Lambda expression assigned to a variableMunyoki Kilyungi
2023-09-05Remove un-necessary string concatenationMunyoki Kilyungi
2023-09-05Remove pylint skipMunyoki Kilyungi
2023-09-05Remove unused importMunyoki Kilyungi
2023-09-05Replace "escape_string" with safe-query parametersMunyoki Kilyungi
2023-09-05Delete IPFS testsMunyoki Kilyungi
2023-08-17Fix tests to work with changeszsloan