From b9c92eafc3026dd5f73f3a1b2754de0b4bb0323d Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 15 Mar 2025 10:54:12 +0100 Subject: 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 --- blog/test_html_rendering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/test_html_rendering.py') 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() -- cgit v1.2.3