Age | Commit message (Collapse) | Author |
|
* wqflask/tests/base/test_trait.py: Remove decode function call which
is no longer supported in python3.
|
|
|
|
* wqflask/tests/base/test_trait.py: In python2 it's necessary to
decode the utf-8 string.
|
|
* wqflask/tests/utility/test_authentication_tools.py
test_check_resource_availability_non_default_mask): Mock flask's
global 'g' variable properly.
* wqflask/tests/base/test_trait.py: Ditto.
* wqflask/tests/utility/test_authentication_tools.py: Ditto.
|
|
|
|
* wqflask/tests/base/test_trait.py: New tests.
|
|
* wqflask/tests/base/test_data_set.py: Update failing tests introduced
by the change in 301bdd2f4.
|
|
|
|
* wqflask/tests/base/test_webqtl_case_data.py: Add it
|
|
* wqflask/tests/base/test_data_set.py: Add more tests.
|
|
* wqflask/tests/base/test_data_set.py: assert that `set` and `get` are called
correctly
|
|
* 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.
|
|
* wqflask/tests/base/test_data_set.py: Apply pylint
|
|
* wqflask/tests/base/test_general_object.py: test getattr() and `==`
|
|
* wqflask/tests/base/test_general_object.py: test object's magic methods
|
|
|
|
* test/unittest/: Move to wqflask/tests/
|