1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

small fixed to blag quickstart

This commit is contained in:
Bastian Venthur
2023-06-16 09:55:17 +02:00
parent 7e22f00ac5
commit d6ed2d71d5
5 changed files with 15 additions and 5 deletions

View File

@@ -33,8 +33,12 @@ def test_quickstart(cleandir: str, monkeypatch: MonkeyPatch) -> None:
"archive.html",
"article.html",
"base.html",
"index.html",
"page.html",
"tag.html",
"tags.html",
):
assert os.path.exists(f'templates/{template}')
for directory in "build", "content", "static":
assert os.path.exists(directory)