Age | Commit message (Expand) | Author |
2020-09-28 | Update trait tests...* wqflask/tests/base/test_trait.py
(test_retrieve_trait_info_with_non_empty_lrs): Check
trait.LRS_score_repr is set correctly if trait.lrs is None.
(test_retrieve_trait_info_with_empty_lrs_field): Check
trait.LRS_score_repr and test_trait.LRS_location_repr is set correctly
if trait.lrs is None.
(test_retrieve_trait_info_with_empty_chr_field): Check
test_trait.LRS_score_repr and test_trait.LRS_location_repr is set
correctly if trait.locus is None.
| BonfaceKilz |
2020-09-23 | Fix failing tests...* wqflask/tests/base/test_trait.py: In python2 it's necessary to
decode the utf-8 string.
| BonfaceKilz |
2020-09-16 | Add new tests for "base/trait.py"...* wqflask/tests/base/test_trait.py: New tests.
| BonfaceKilz |
2020-09-15 | Fix failing tests...* wqflask/tests/base/test_data_set.py: Update failing tests introduced
by the change in 301bdd2f4.
| 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 | 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 | Add unittests for *base/data_set* | BonfaceKilz |
2020-07-24 | Move tests to module...* test/unittest/: Move to wqflask/tests/
| BonfaceKilz |