Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | Fix some errors generated by running pylint | BonfaceKilz | |
* wqflask/wqflask/api/gen_menu.py: Apply pylint. * wqflask/tests/api/test_gen_menu.py: Apply pylint. | |||
2020-08-03 | Add extra test for "build_datasets" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: Add test. | |||
2020-08-03 | Move variable to setUp | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: Move variable | |||
2020-08-03 | Add test for "gen_dropdown_json" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: Add new test | |||
2020-08-03 | Add tests for "get_datasets" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: Add new tests | |||
2020-08-03 | Add tests for "get_types" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: Add new tests | |||
2020-08-03 | Add test for "build_types" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: New test | |||
2020-07-30 | Add tests for "build_datasets" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: Add new tests for "build_datasets" function | |||
2020-07-29 | Add tests for "phenotypes_exist" and "genotypes_exist" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: Add new tests | |||
2020-07-29 | Add test for "get_groups" | BonfaceKilz | |
* wqflask/tests/api/test_gen_menu.py: test that "get_groups" uses the correct sql query and returns the correct group data structure. | |||
2020-07-29 | Add initial gen_menu test | BonfaceKilz | |
* wqflask/tests/api/__init__.py: Add it * wqflask/tests/api/test_gen_menu.py: Add test for get_species | |||
2020-07-27 | Add unittests for WebqtlCaseData | BonfaceKilz | |
* wqflask/tests/base/test_webqtl_case_data.py: Add it | |||
2020-07-27 | Test that non-existent keys in Dataset are set correctly | BonfaceKilz | |
* wqflask/tests/base/test_data_set.py: Add more tests. | |||
2020-07-27 | Check that Redis is called correctly | BonfaceKilz | |
* wqflask/tests/base/test_data_set.py: assert that `set` and `get` are called correctly | |||
2020-07-27 | Add test case for empty redis instance for DatasetType | BonfaceKilz | |
* wqflask/tests/base/test_data_set.py(tests): Check correct results are returned when Redis is empty * wqflask/tests/base/data.py(tests): New file. Adds json test data. | |||
2020-07-27 | Apply py-lint | BonfaceKilz | |
* wqflask/tests/base/test_data_set.py: Apply pylint | |||
2020-07-24 | Rename test_numify.py to test_formatting.py | BonfaceKilz | |
2020-07-24 | Add unittests for *utility/test_numify* | BonfaceKilz | |
2020-07-24 | Add more tests for general_object | BonfaceKilz | |
* wqflask/tests/base/test_general_object.py: test getattr() and `==` | |||
2020-07-24 | Add more tests for GeneralObject | BonfaceKilz | |
* wqflask/tests/base/test_general_object.py: test object's magic methods | |||
2020-07-24 | Rename test_numify.py to test_formatting.py | BonfaceKilz | |
2020-07-24 | Add unittests for *base/data_set* | BonfaceKilz | |
2020-07-24 | Add unittests for *utility/test_numify* | BonfaceKilz | |
2020-07-24 | Add unittests for *utility/corr_result_helper* | BonfaceKilz | |
2020-07-24 | Add unittests for *utility/corestats* | BonfaceKilz | |
2020-07-24 | Test utility methods for chunking | BonfaceKilz | |
* wqflask/tests/utility/test_chunks.py: New test | |||
2020-07-24 | Move tests to module | BonfaceKilz | |
* test/unittest/: Move to wqflask/tests/ |