Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-11-27 | move tests to unit folder | Alexander Kabui | |
2020-11-27 | Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵ | Alexander Kabui | |
test-regression | |||
2020-11-20 | Replace mockobject with dataclasses | BonfaceKilz | |
* wqflask/tests/unit/wqflask/test_markdown_routes.py (MockRequests404): Use dataclasses. (MockRequests200): Ditto. | |||
2020-11-20 | Update tests to use new gn2-docs url | BonfaceKilz | |
2020-11-18 | Merge pull request #481 from Alexanderlacuna/test-SampleList | BonfaceKilz | |
Test sample list | |||
2020-11-17 | use better function names | Alexanderlacuna | |
2020-11-12 | refactor code | Alexanderlacuna | |
2020-11-12 | add pep8 fixes in marker_regression/gemma_mapping.py | Alexanderlacuna | |
2020-11-12 | add test for parse gemma output in marker_regression/gemma_mapping.py | Alexanderlacuna | |
2020-11-12 | modify tests for marker regression | Alexanderlacuna | |
2020-11-11 | add tests for marker_regression/rqtl_mapping.py | Alexanderlacuna | |
2020-11-11 | add tests for marker_regression/qtlreaper_mapping.py | Alexanderlacuna | |
2020-11-11 | add tests for marker_regression/run_mapping.py | Alexanderlacuna | |
2020-11-11 | add tests for marker_regression/gemma_mapping.py | Alexanderlacuna | |
2020-11-11 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into ↵ | BonfaceKilz | |
feature/add-glossary-page | |||
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-06 | modify tests to for changes in the natural sort function | Alexanderlacuna | |
2020-11-06 | fix typo | Alexanderlacuna | |
2020-11-05 | remove duplicates | Alexanderlacuna | |
2020-11-05 | add test for samplelist and show_trait | Alexanderlacuna | |
2020-11-04 | Update test_markdown_routes | BonfaceKilz | |
* wqflask/tests/unit/wqflask/test_markdown_routes.py (test_render_markdown_when_fetching_locally): Fix failing test. | |||
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 | Fix false-positive tests | BonfaceKilz | |
* wqflask/tests/unit/wqflask/test_markdown_routes.py: (MockRequests404): Pass self in all properties. (MockRequests200): Ditto. (test_render_markdown): Rename to test_render_markdown_when_fetching_locally. (test_render_markdown_when_fetching_remotely): New test. | |||
2020-11-03 | Delete file | BonfaceKilz | |
* wqflask/tests/integration/test_glossary.py: Delete it. Earlier renamed to test_markdown_routes. | |||
2020-11-03 | Add basic tests for rendering_markdown | BonfaceKilz | |
* wqflask/tests/unit/wqflask/test_markdown_routes.py: New tests. | |||
2020-11-03 | Add basic structure for "/glossary" routes test | BonfaceKilz | |
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 | Remove encoding header for file | BonfaceKilz | |
In python3 the default encoding is utf-8 so this is redundant. | |||
2020-11-03 | Separate unittests from integration tests | BonfaceKilz | |
2020-11-03 | Add test for "/glossary" route | BonfaceKilz | |