Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | Mock "SECRET_HMAC_CODE" | BonfaceKilz | |
* wqflask/tests/utility/test_hmac.py: Mock app.config's "SECRET_HMAC_CODE" value. | |||
2020-09-17 | Add tests for hmac utility | BonfaceKilz | |
* wqflask/tests/utility/test_hmac.py: New tests. | |||
2020-09-16 | Add tests for "add_new_resource" method | BonfaceKilz | |
* wqflask/tests/utility/test_authentication_tools.py: Add them. | |||
2020-09-16 | Add tests for authentication tools | BonfaceKilz | |
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". | |||
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 | Rename test_numify.py to test_formatting.py | 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 |