Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-10 | Merge branch 'testing' into feature/integrate-correlation-api | Alexander Kabui | |
2021-05-08 | tests: test_gen_menu: Remove app_context initialisation | BonfaceKilz | |
This is no longer required since the global object "Flask.g.db" is no longer coupled to the gen_menu module. | |||
2021-05-08 | tests: test_gen_menu: Update failing tests | BonfaceKilz | |
Update tests to use (and mock) the injected MySQL connection object. | |||
2021-05-05 | tests: test_species: Update failing tests | BonfaceKilz | |
2021-05-05 | templates: test_species: Add tests for instantiating Chromosomes | BonfaceKilz | |
2021-05-05 | tests: test_species: Test that IndChromosome instantiates correctly | BonfaceKilz | |
2021-05-05 | tests: test_species: Add test cases for TestTheSpecies class | BonfaceKilz | |
2021-04-30 | autopep8: Run autopep8 100 times with target rules | BonfaceKilz | |
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-30 | autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E101, E11 | BonfaceKilz | |
2021-04-30 | autopep8: Fix W504 | BonfaceKilz | |
2021-04-30 | autopep8: Fix W291, W292, W293, W391 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E501 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E20-E27 | BonfaceKilz | |
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-29 | tests: test_data_set: Update test | BonfaceKilz | |
2021-04-29 | tests: unit: test_data_set: Remove unused mock | BonfaceKilz | |
2021-03-24 | initial commit for gn3-correlation api integration | Alexander Kabui | |
2021-03-16 | Fixed test_check_resource_availability_of_super_user to account for user_id ↵ | zsloan | |
being returned as bytes instead of a str | |||
2021-02-19 | Fixed test_gen_menu to reflect updated query | zsloan | |
2021-02-19 | Fixed TestCheckResourceAvailability to make it work after realizing that ↵ | zsloan | |
Redis.smembers apparently returns values as bytes | |||
2021-02-19 | Fixed test_run_mapping.py to make export_mapping_results test work correctly | zsloan | |
2021-02-19 | Patched utility.authentication_tools.g as TestUserSession because otherwise ↵ | zsloan | |
the str.encode failed on the mock.Mock() object, and this also seems consistent with the way it's done in a later method | |||
2021-01-31 | Update sql query in test | BonfaceKilz | |
* wqflask/tests/unit/wqflask/api/test_gen_menu.py (test_build_datasets_with_type_mrna): Update sql query to fix failing test | |||
2021-01-18 | Pass salt as bytes when testing pbkdf2_hex | BonfaceKilz | |
* wqflask/tests/unit/wqflask/test_pbkdf2.py (test_pbkdf2_hex): Make password salt bytes. Breaking change introduced in 0bac313ba. | |||
2021-01-06 | remove comments | Alexanderkabui | |
2021-01-06 | update tests for snp_browser | Alexanderkabui | |
2021-01-06 | fix tests for show_corr_results | Alexanderkabui | |
2021-01-06 | refactor tests and pep8 formatting | Alexanderkabui | |
2021-01-06 | modify get_header tests | Alexanderkabui | |
2021-01-06 | add tests for type checking | Alexanderkabui | |
2021-01-06 | add tests for snp browser | Alexanderkabui | |
2021-01-06 | modify tests for show_corr_results | Alexanderkabui | |
2021-01-06 | pep8 formatting in wqflask/api/test_mapping.py | Alexanderkabui | |
2021-01-06 | pep8 formatting and refactoring tests | Alexanderkabui | |
2021-01-06 | modify tests for calculate correlation results | Alexanderkabui | |
2021-01-06 | replace assertEqual with assertAlmostEqual for floats | Alexanderkabui | |
2021-01-06 | add test for calculating correlation results | Alexanderkabui | |
2021-01-06 | add tests for getting sample_r and p values | Alexanderkabui | |
2021-01-06 | add test for map_api in api/test_mapping.py | Alexander Kabui | |
2021-01-06 | add test in api/mapping | Alexanderlacuna | |
2021-01-06 | add correlation test | Alexanderlacuna | |
2021-01-06 | add unit testsfor api/correlation.py | Alexanderlacuna | |
2021-01-06 | add unit tests for api/mapping.py | Alexanderlacuna | |
2021-01-05 | add server side class unit tests | uditgulati | |
2020-12-29 | update tests for run gemma | Alexanderkabui | |
2020-12-17 | remove test for parse_gemma_output and modify run_gemma tests (#533) | Alexander Kabui | |
2020-12-05 | add pep8 formatting | Alexander Kabui | |
2020-12-05 | modify tests for run_gemma | Alexander Kabui | |
2020-11-28 | modify test for plink mapping and rqtl_mapping | Alexander Kabui | |