feat: SPA sites

This commit is contained in:
2026-04-25 19:10:19 +02:00
committed by Kleπek
parent 46a23d2ed0
commit f4f00a290c
9 changed files with 133 additions and 12 deletions
+6
View File
@@ -33,3 +33,9 @@ class TestPage(BaseTestCase):
str(Page("test_1", with_index=True, host_only=True)),
"/test_1/ (host only)",
)
def test_repr_with_spa(self) -> None:
self.assertEqual(
str(Page("test_1", with_index=True, spa="index.html")),
"/test_1/ (spa: index.html)",
)