Age | Commit message (Expand) | Author |
---|---|---|
2022-06-10 | Skip failing integration test...ATM, it's hard to by-pass the authentication decorators, and as such, skip this test for. This may be deleted later. | BonfaceKilz |
2022-04-14 | wqflask: Mock db connection when fetching case attributes...* wqflask/tests/integration/wqflask/test_metadata_edits.py (test_show_case_attributes): Mock "database_connection". Fixes this failing test: <https://ci.genenetwork.org/jobs/genenetwork2/223> | BonfaceKilz |
2022-04-07 | Create a new page to display case-attributes and their descriptions...* wqflask/wqflask/metadata_edits.py: Import "gn3.db.sample_data.get_case_attributes". (show_case_attribute_columns): New function/ end-point to show case-attributes. * wqflask/tests/integration/wqflask/test_metadata_edits.py: New integration tests for the above. * wqflask/tests/integration/wqflask/__init__.py: New file. * wqflask/wqflask/templates/case_attributes.html: New template file to display the above. | BonfaceKilz |
2021-07-12 | tests: test_markdown_routes: Remove stubbed out tests | BonfaceKilz |
2020-11-03 | Delete file...* wqflask/tests/integration/test_glossary.py: Delete it. Earlier renamed to test_markdown_routes. | BonfaceKilz |
2020-11-03 | Add basic structure for "/glossary" routes test | BonfaceKilz |
2020-11-03 | Add test for "/glossary" route | BonfaceKilz |