diff --git a/templates/voxvera/download/.gitkeep b/templates/voxvera/download/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_cli.py b/tests/test_cli.py index 414f70a..519c7e1 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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):