Age | Commit message (Expand) | Author |
---|---|---|
2020-07-29 | Add tests for "phenotypes_exist" and "genotypes_exist"...* wqflask/tests/api/test_gen_menu.py: Add new tests | BonfaceKilz |
2020-07-29 | Add test for "get_groups"...* wqflask/tests/api/test_gen_menu.py: test that "get_groups" uses the correct sql query and returns the correct group data structure. | BonfaceKilz |
2020-07-29 | Add initial gen_menu test...* wqflask/tests/api/__init__.py: Add it * wqflask/tests/api/test_gen_menu.py: Add test for get_species | BonfaceKilz |
2020-07-27 | Add unittests for WebqtlCaseData...* wqflask/tests/base/test_webqtl_case_data.py: Add it | BonfaceKilz |
2020-07-27 | Test that non-existent keys in Dataset are set correctly...* wqflask/tests/base/test_data_set.py: Add more tests. | BonfaceKilz |
2020-07-27 | Check that Redis is called correctly...* wqflask/tests/base/test_data_set.py: assert that `set` and `get` are called correctly | BonfaceKilz |
2020-07-27 | Add test case for empty redis instance for DatasetType...* 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. | BonfaceKilz |
2020-07-27 | Apply py-lint...* wqflask/tests/base/test_data_set.py: Apply pylint | BonfaceKilz |
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...* wqflask/tests/base/test_general_object.py: test getattr() and `==` | BonfaceKilz |
2020-07-24 | Add more tests for GeneralObject...* wqflask/tests/base/test_general_object.py: test object's magic methods | BonfaceKilz |
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...* wqflask/tests/utility/test_chunks.py: New test | BonfaceKilz |
2020-07-24 | Move tests to module...* test/unittest/: Move to wqflask/tests/ | BonfaceKilz |