aboutsummaryrefslogtreecommitdiff
path: root/wqflask/tests
AgeCommit message (Collapse)Author
2021-11-04use gn3 importsBonfaceKilz
2021-10-25Update failing tests when testing `get_user_access_roles`BonfaceKilz
2021-10-25Replace "resource_id" with "resource_info" dictBonfaceKilz
This avoids calling Redis twice when fetching metadata about the resource.
2021-10-25Get a users access maskBonfaceKilz
If a user has several access roles, select the highest role.
2021-10-25Add test-cases for `get_user_membership`BonfaceKilz
2021-10-25Move markdown_routes to api/markdownBonfaceKilz
All new API definitions should be migrated to "wqflask/ api"
2021-10-13resolve merge conflictAlexander Kabui
2021-10-12Fixed export_mapping_results test in test_run_mapping.pyzsloan
2021-10-09unittest for processing wgcna outputAlexander Kabui
2021-10-06tests: test_run_mapping: Add missing "name" attribute to testsBonfaceKilz
2021-10-06tests: test_run_mapping: Add missing callsBonfaceKilz
After adding the missing attribute to "self.trait", we need to also need to update some missing calls.
2021-10-06tests: test_run_mapping: Fix failing assert when getting perm strataBonfaceKilz
2021-10-06tests: test_run_mapping: Add missing attribute to "self.trait"BonfaceKilz
2021-10-06tests: test_run_mapping: Add missing positional argument "vals_hash"BonfaceKilz
2021-07-12fix merge conflictAlexander Kabui
2021-07-12tests: test_markdown_routes: Remove stubbed out testsBonfaceKilz
2021-07-06replace rpy2 for tissue corrAlexander Kabui
2021-05-27Merge pull request #579 from zsloan/feature/rqtl_with_gn3zsloan
Use GN3 API for R/qtl
2021-05-27Fix the way Mock is initializedzsloan
2021-05-27Change test_rqtl_mapping.py to account for full results being returned from ↵zsloan
the GN3 request
2021-05-27Fixed way MockGroup was initializedzsloan
2021-05-27Forgot to import dataclasszsloan
2021-05-27Fixed syntax mistake when creating dataclass in test_rqtl_mapping.pyzsloan
2021-05-27Removed parts of test_rqtl_mapping.py referring to process_perm_results and ↵zsloan
process_rqtl_results since that functionality was moved to GN3
2021-05-27Updated test_run_mapping.py to account for attribute keys being checked as ↵zsloan
lowercase, though not sure if this will fully fix the test
2021-05-27Improved test_rqtl_mapping.py with Bonface's recommendation of uses dataclasseszsloan
2021-05-26tests: test_gen_menu: Remove get_speciesBonfaceKilz
2021-05-22Fixed the mocked return_value for requests.post to fix broken testzsloan
2021-05-22Fixed a couple broken testszsloan
2021-05-22Rewrote test_rqtl_mapping.py, though haven't done tests for all functions yetzsloan
2021-05-10Merge branch 'testing' into feature/integrate-correlation-apiAlexander Kabui
2021-05-08tests: test_gen_menu: Remove app_context initialisationBonfaceKilz
This is no longer required since the global object "Flask.g.db" is no longer coupled to the gen_menu module.
2021-05-08tests: test_gen_menu: Update failing testsBonfaceKilz
Update tests to use (and mock) the injected MySQL connection object.
2021-05-05tests: test_species: Update failing testsBonfaceKilz
2021-05-05templates: test_species: Add tests for instantiating ChromosomesBonfaceKilz
2021-05-05tests: test_species: Test that IndChromosome instantiates correctlyBonfaceKilz
2021-05-05tests: test_species: Add test cases for TestTheSpecies classBonfaceKilz
2021-04-30autopep8: Run autopep8 100 times with target rulesBonfaceKilz
Rules used are: E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,E242, E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306, E401,E501,E70,E701,W291,W292,W293,W391,W504,E101,E11,E121, E122,E123,E124,E125,E126,E127,E128,E129,E131,E133
2021-04-30autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133BonfaceKilz
2021-04-30autopep8: Fix E101, E11BonfaceKilz
2021-04-30autopep8: Fix W504BonfaceKilz
2021-04-30autopep8: Fix W291, W292, W293, W391BonfaceKilz
2021-04-30autopep8: Fix E501BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-30autopep8: Fix E20-E27BonfaceKilz
Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3
2021-04-29tests: test_data_set: Update testBonfaceKilz
2021-04-29tests: unit: test_data_set: Remove unused mockBonfaceKilz
2021-03-24initial commit for gn3-correlation api integrationAlexander Kabui
2021-03-16Fixed test_check_resource_availability_of_super_user to account for user_id ↵zsloan
being returned as bytes instead of a str
2021-02-19Fixed test_gen_menu to reflect updated queryzsloan