aboutsummaryrefslogtreecommitdiff
path: root/wqflask/tests/unit/base
AgeCommit message (Expand)Author
2023-12-29Namespace all modules under gn2.Arun Isaac
2022-12-01Reproduce ValueError when query_sql returns NoneMunyoki Kilyungi
2022-12-01Delete complicated unmaintainable test-cases marked for skippingMunyoki Kilyungi
2022-10-14Update mock: Return correct test data.Frederick Muriuki Muriithi
2022-09-22Provide database cursor as argument for TheSpecies and ChromosomesFrederick Muriuki Muriithi
2022-09-22Update tests: pass in missing arguments.Frederick Muriuki Muriithi
2022-09-20Decompose file into separate modulesrefactor-data_set_py-20220920Frederick Muriuki Muriithi
2022-09-08Test the creation of the_species, indchromosomes and chromosome objsMunyoki Kilyungi
2022-09-08Use "%s" in sql queryMunyoki Kilyungi
2022-09-08Move test case to mrna_assay_tissue_data test moduleMunyoki Kilyungi
2022-09-08Inject database connection to mrna_assay_tissue_data classMunyoki Kilyungi
2022-09-08Replace "g.db" mocks with "database_connection" mocksMunyoki Kilyungi
2022-09-08Move data.gen_menu_json to test_data_set.pyMunyoki Kilyungi
2022-03-17Skip unittestsBonfaceKilz
2021-05-05tests: test_species: Update failing testsBonfaceKilz
2021-05-05templates: test_species: Add tests for instantiating ChromosomesBonfaceKilz
2021-05-05tests: test_species: Test that IndChromosome instantiates correctlyBonfaceKilz
2021-05-05tests: test_species: Add test cases for TestTheSpecies classBonfaceKilz
2021-04-30autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133BonfaceKilz
2021-04-30autopep8: Fix W504BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-29tests: test_data_set: Update testBonfaceKilz
2021-04-29tests: unit: test_data_set: Remove unused mockBonfaceKilz
2020-11-03Separate unittests from integration testsBonfaceKilz