Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-04 | Remove unused import | Frederick Muriuki Muriithi | |
2023-08-04 | Remove tests for deleted function. | Frederick Muriuki Muriithi | |
2023-08-02 | Remove ORM-dependent `fetchall` and `fetchone` functions | Frederick Muriuki Muriithi | |
Remove Object-Relational Mapping dependent function, `fetchall` and `fetchone` so as to prevent theirs use in the code moving forward. | |||
2023-07-19 | Extract code dealing with ProbeSets to their own module. | Frederick Muriuki Muriithi | |
2022-02-17 | Use pytest's "mark" feature to categorise tests | Frederick Muriuki Muriithi | |
Use pytest's `mark` feature to explicitly categorise the tests and run them per category | |||
2021-07-10 | Fix pylint issues | BonfaceKilz | |
2021-07-10 | db: test_db: Test that a fetch is correct when columns are specified | BonfaceKilz | |
2021-06-07 | db: test_db: Add extra variable in test data for "id" | BonfaceKilz | |
2021-06-07 | tests: test_db: Add a test-case for fetchall | BonfaceKilz | |
2021-06-07 | tests: test_db: Rename TestPhenotype | BonfaceKilz | |
2021-06-07 | tests: test_phenotype: Rename to test_db | BonfaceKilz | |