aboutsummaryrefslogtreecommitdiff
path: root/blog/test_html_rendering.py
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-01 21:47:23 +0100
committeralexpdp7 <alex@corcoles.net>2026-02-01 22:03:42 +0100
commitc48ca0ca40ed9ac009d7f84ce213ef5c69536ca7 (patch)
tree791845e06bb167794ec916fd6e2b04b6bba1234b /blog/test_html_rendering.py
parentf94e0a1bc1aea34cb4eadd2305ddf724722cd9b9 (diff)
Migrate blog
Turns into a static site generator. All Gemini files with links have been rewritten to be relative. Closes: #731 Closes: #372 Closes: #28
Diffstat (limited to 'blog/test_html_rendering.py')
-rw-r--r--blog/test_html_rendering.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/blog/test_html_rendering.py b/blog/test_html_rendering.py
deleted file mode 100644
index 2f624359..00000000
--- a/blog/test_html_rendering.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import pytest
-
-from blog import blog_pages
-
-
-@pytest.mark.parametrize("entry", list(blog_pages.CONTENT.glob("*/*/*.gmi")))
-def test_html_rendering(entry):
- blog_pages.Entry(entry).html()