diff options
| author | alex <alex@pdp7.net> | 2025-03-15 10:54:12 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-15 12:26:40 +0100 |
| commit | b9c92eafc3026dd5f73f3a1b2754de0b4bb0323d (patch) | |
| tree | 081066112a167935fe1db9907ba678b878e6b7a7 /blog/test_html_rendering.py | |
| parent | e28553db86742887fbb7fe7e0fd92f1c0ec94233 (diff) | |
Rebuild deployment
- Use uv instead of poetry
- Do not build a container image, just use live uv installing
- Use src layout
- Fix resource handling
Fixes #362
Diffstat (limited to 'blog/test_html_rendering.py')
| -rw-r--r-- | blog/test_html_rendering.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/test_html_rendering.py b/blog/test_html_rendering.py index 71bdd399..54e10119 100644 --- a/blog/test_html_rendering.py +++ b/blog/test_html_rendering.py @@ -5,6 +5,6 @@ import pytest from blog import blog_pages -@pytest.mark.parametrize("entry", list(pathlib.Path("content").glob("*/*/*.gmi"))) +@pytest.mark.parametrize("entry", list(blog_pages.CONTENT.glob("*/*/*.gmi"))) def test_html_rendering(entry): blog_pages.Entry(entry).html() |
