Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-10 | add tests for write input for browser in marker_regression/run_mapping.py | Alexanderlacuna | |
2020-11-10 | add tests for export_mapping_results in marker_regression/run_mapping.py | Alexanderlacuna | |
2020-11-09 | correct typo and variable naming | Alexanderlacuna | |
2020-11-09 | refactor test_run_gemma function | Alexanderlacuna | |
2020-11-09 | remove whitespace in marker_regression | Alexanderlacuna | |
2020-11-09 | remove unnecessary side_effect set to None | Alexanderlacuna | |
2020-11-09 | add tests for geno_db_exists in marker_regression/run_mapping.py | Alexanderlacuna | |
2020-11-09 | add test for get_genofile_samplelist in marker_regression/run_mapping.py | Alexanderlacuna | |
2020-11-09 | mock logger in marker_regression/gemma_mapping.py | Alexanderlacuna | |
2020-11-09 | add test for run_gemma function in marker_regression/gemma_mapping.py | Alexanderlacuna | |
2020-11-08 | add tests for marker_regression/plink_mapping.py | Alexanderlacuna | |
2020-11-08 | add tests for marker_regression/gemma_mapping | Alexanderlacuna | |
2020-11-04 | correct a typo | Alexanderlacuna | |
2020-11-04 | remove extra whitespace | Alexanderlacuna | |
2020-11-04 | remove whitespace in line 119-120 | Alexanderlacuna | |
2020-11-04 | remove whitespace | Alexanderlacuna | |
2020-11-04 | remove whitespace and assertIs | Alexanderlacuna | |
2020-11-03 | remove unnecessary comments | Alexanderlacuna | |
2020-11-03 | add pep8 formatting | Alexanderlacuna | |
2020-11-03 | add tests for the get_categorical_variables function | Alexanderlacuna | |
2020-11-03 | switch from assertFalse to assertIs | Alexanderlacuna | |
2020-11-03 | switch from assertTrue/False to assertIs to make the tests tighter | Alexanderlacuna | |
2020-11-03 | use assertTrue and assertFalse in while testing boolean | Alexanderlacuna | |
2020-11-02 | add better formatting | Alexanderlacuna | |
2020-11-02 | add function docstring | Alexanderlacuna | |
2020-11-02 | add tests for show trait module | Alexanderlacuna | |
2020-10-31 | remove redundant classes | Alexanderlacuna | |
2020-10-31 | use descriptive variable names | Alexanderlacuna | |
2020-10-31 | Use more descriptive variable and class names | Alexanderlacuna | |
2020-10-30 | add test for get_export_metadata | Alexanderlacuna | |
2020-10-29 | add test for show_trait | Alexanderlacuna | |
2020-10-29 | Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵ | Alexanderlacuna | |
test-branch | |||
2020-10-29 | format file | Alexanderlacuna | |
2020-10-29 | add test for show_trait/export_trait_data | Alexanderlacuna | |
2020-10-28 | Add new test for hmac_creation with latin-1 secret | BonfaceKilz | |
* wqflask/tests/utility/test_hmac.py (test_hmac_creation_with_cookie): New test. For this test, use a secret that behaves differently when encoded to either utf-8 or latin-1. | |||
2020-10-28 | Add tests for cookie verification | BonfaceKilz | |
2020-10-27 | Merge pull request #465 from Alexanderlacuna/test-branch | BonfaceKilz | |
add test for trait_data | |||
2020-10-27 | switch from single quote to double quote | Alexanderlacuna | |
2020-10-27 | address failures | Alexanderlacuna | |
2020-10-27 | added changes to file | Alexanderlacuna | |
2020-10-27 | modified to use pep8 standards | Alexanderlacuna | |
2020-10-26 | modified test file | Alexanderlacuna | |
2020-10-20 | Add tests for encoding password | BonfaceKilz | |
* wqflask/tests/wqflask/test_user_login.py: New tests. | |||
2020-10-20 | Add pbkdf2 tests | BonfaceKilz | |
* wqflask/tests/wqflask/test_pbkdf2.py: New tests. | |||
2020-10-09 | Add test for process_traits from collections.py | BonfaceKilz | |
* wqflask/tests/wqflask/test_collect.py: Add it. | |||
2020-09-30 | Fix import in tests | BonfaceKilz | |
2020-09-29 | Add test for process_traits from collections.py | BonfaceKilz | |
* wqflask/tests/wqflask/test_collect.py: Add it. | |||
2020-09-28 | Fix failing test | BonfaceKilz | |
* wqflask/tests/base/test_trait.py: Add app_context to test class, otherwise an error related to working outside the app_context is generated. Adding the app_context is required when mocking "Flask.g". | |||
2020-09-28 | Merge branch 'build/python3-migration' of ↵ | BonfaceKilz | |
github.com:BonfaceKilz/genenetwork2 into build/python3-migration | |||
2020-09-28 | Update trait tests | BonfaceKilz | |
* wqflask/tests/base/test_trait.py (test_retrieve_trait_info_with_non_empty_lrs): Check trait.LRS_score_repr is set correctly if trait.lrs is None. (test_retrieve_trait_info_with_empty_lrs_field): Check trait.LRS_score_repr and test_trait.LRS_location_repr is set correctly if trait.lrs is None. (test_retrieve_trait_info_with_empty_chr_field): Check test_trait.LRS_score_repr and test_trait.LRS_location_repr is set correctly if trait.locus is None. |