Merge pull request #67 from PR0M3TH3AN/codex/add-empty-download-folder-to-voxvera-template

Add download folder to voxvera template
This commit is contained in:
thePR0M3TH3AN
2025-06-21 11:24:30 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

View File

@@ -37,6 +37,8 @@ def test_init_template(tmp_path, monkeypatch):
assert dest.is_dir()
assert (dest / "config.json").exists()
assert (dest / "index.html").exists()
# new download directory should be copied as well
assert (dest / "download").is_dir()
def test_build(tmp_path, monkeypatch):