feat: SPA sites
This commit is contained in:
@@ -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)",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user