Age | Commit message (Expand) | Author |
---|---|---|
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 |
2020-11-27 | move tests to unit folder | Alexander Kabui |
2020-11-20 | Replace mockobject with dataclasses...* wqflask/tests/unit/wqflask/test_markdown_routes.py (MockRequests404): Use dataclasses. (MockRequests200): Ditto. | BonfaceKilz |
2020-11-20 | Update tests to use new gn2-docs url | BonfaceKilz |
2020-11-04 | Update test_markdown_routes...* wqflask/tests/unit/wqflask/test_markdown_routes.py (test_render_markdown_when_fetching_locally): Fix failing test. | BonfaceKilz |
2020-11-03 | Fix false-positive tests...* 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. | BonfaceKilz |
2020-11-03 | Add basic tests for rendering_markdown...* wqflask/tests/unit/wqflask/test_markdown_routes.py: New tests. | BonfaceKilz |
2020-11-03 | Remove encoding header for file...In python3 the default encoding is utf-8 so this is redundant. | BonfaceKilz |
2020-11-03 | Separate unittests from integration tests | BonfaceKilz |