Age | Commit message (Collapse) | Author |
|
|
|
|
|
test-regression
|
|
* wqflask/tests/unit/wqflask/test_markdown_routes.py
(MockRequests404): Use dataclasses.
(MockRequests200): Ditto.
|
|
|
|
Test sample list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feature/add-glossary-page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* wqflask/tests/unit/wqflask/test_markdown_routes.py
(test_render_markdown_when_fetching_locally): Fix failing test.
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
* wqflask/tests/integration/test_glossary.py: Delete it. Earlier
renamed to test_markdown_routes.
|
|
* wqflask/tests/unit/wqflask/test_markdown_routes.py: New tests.
|
|
|
|
|
|
|
|
|
|
In python3 the default encoding is utf-8 so this is redundant.
|
|
|
|
|
|
|
|
|