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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user