aboutsummaryrefslogtreecommitdiff
path: root/gn2/tests/unit
AgeCommit message (Collapse)Author
2024-03-26Update test function signatures and remove obsolete tests.Frederick Muriuki Muriithi
2024-03-26bug: gn2.wqflask.resource_manager has no `requests` definedFrederick Muriuki Muriithi
gn2.wqflask.resource_manager module does not have a `requests` variable or function defined, leading to errors in the test.
2024-01-12Correctly patch the db connection when fetching accession_id.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
2023-12-30Namespace mock paths under gn2.Arun Isaac
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.