mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58:42 +00:00
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:
0
templates/voxvera/download/.gitkeep
Normal file
0
templates/voxvera/download/.gitkeep
Normal 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):
|
||||
|
Reference in New Issue
Block a user