Age | Commit message (Collapse) | Author |
|
|
|
* wqflask/tests/utility/test_hmac.py: Mock app.config's
"SECRET_HMAC_CODE" value.
|
|
* 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/utility/test_hmac.py: New tests.
|
|
* wqflask/tests/base/test_trait.py: New tests.
|
|
* wqflask/tests/utility/test_authentication_tools.py: Add them.
|
|
Catches bugs in:
-
https://github.com/genenetwork/genenetwork2/pull/422/commits/70dbeeb5832711ed5271434e482c18bc7ea095b8
* wqflask/tests/utility/test_authentication_tools.py: New file. Add
tests for "check_resource_availability".
|
|
* wqflask/tests/base/test_data_set.py: Update failing tests introduced
by the change in 301bdd2f4.
|
|
|
|
* wqflask/tests/wqflask/marker_regression/test_display_mapping_results.py: Fix
tests.
|
|
* wqflask/tests/wqflask/marker_regression/test_display_mapping_results.py: Add
new tests
|
|
* wqflask/tests/wqflask/marker_regression/test_display_mapping_results.py:
Rename test_display_marking_results.py to test_display_mapping_results.py
|
|
* wqflask/tests/wqflask/api/test_gen_menu.py: Update assertion. Result data
introduced in 092212df
Signed-off-by: BonfaceKilz <bonfacemunyoki@gmail.com>
|
|
* wqflask/tests/wqflask/marker_regression/__init__.py: Add it
* wqflask/tests/wqflask/marker_regression/test_display_marking_results.py: Check
that PIL colors are being used instead of the deprecated Piddle colors.
|
|
* wqflask/tests(api): Move all the files here to tests/wqflask. The test dir
should mirror the actual module structure
|
|
* wqflask/wqflask/api/gen_menu.py: Apply pylint.
* wqflask/tests/api/test_gen_menu.py: Apply pylint.
|
|
* wqflask/tests/api/test_gen_menu.py: Add test.
|
|
* wqflask/tests/api/test_gen_menu.py: Move variable
|
|
* wqflask/tests/api/test_gen_menu.py: Add new test
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests
|
|
* wqflask/tests/api/test_gen_menu.py: New test
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests for "build_datasets"
function
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests
|
|
* wqflask/tests/api/test_gen_menu.py: test that "get_groups" uses the correct
sql query and returns the correct group data structure.
|
|
* wqflask/tests/api/__init__.py: Add it
* wqflask/tests/api/test_gen_menu.py: Add test for get_species
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* wqflask/tests/utility/test_chunks.py: New test
|
|
* test/unittest/: Move to wqflask/tests/
|