Age | Commit message (Expand) | Author |
2022-12-01 | Reproduce ValueError when query_sql returns None•••* wqflask/tests/unit/base/test_data_set.py (TestDatasetAccessionId):
New test cases.
| Munyoki Kilyungi |
2022-12-01 | Delete complicated unmaintainable test-cases marked for skipping•••* wqflask/tests/unit/base/test_data_set.py (TestDataSetTypes)
[test_set_dataset_key_mrna, test_set_dataset_key_pheno,
test_set_dataset_geno]: Delete.
| Munyoki Kilyungi |
2022-09-22 | Update tests: pass in missing arguments. | Frederick Muriuki Muriithi |
2022-09-20 | Decompose file into separate modules•••To ease future refactors on the code, decompose the file into a module
with multiple modules that can be refactored semi-independently.
refactor-data_set_py-20220920 | Frederick Muriuki Muriithi |
2022-09-08 | Move data.gen_menu_json to test_data_set.py•••This is done to avoid relative imports.
wqflask/tests/unit/base/data.py: Delete it.
* wqflask/tests/unit/base/test_data_set.py: Add new variable
GEN_MENU_JSON.
(TestDataSetTypes.test_data_set_type_with_empty_redis): Upper-case
"gen_menu_json" variable.
| Munyoki Kilyungi |
2022-03-17 | Skip unittests•••These tests touch on core data-structures in gn2; and there's a chance
that refactoring said data-structures may break many things.
| BonfaceKilz |
2021-04-30 | autopep8: Fix W504 | BonfaceKilz |
2021-04-29 | tests: test_data_set: Update test | BonfaceKilz |
2021-04-29 | tests: unit: test_data_set: Remove unused mock | BonfaceKilz |
2020-11-03 | Separate unittests from integration tests | BonfaceKilz |