mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 23:18:42 +00:00
docs: explain download zip usage
This commit is contained in:
@@ -22,7 +22,6 @@ def _setup_tmp(monkeypatch, tmp_path):
|
||||
return repo_root
|
||||
|
||||
|
||||
|
||||
def test_help(capsys):
|
||||
with pytest.raises(SystemExit):
|
||||
cli.main(["-h"])
|
||||
@@ -102,4 +101,3 @@ def test_build_download_zip(tmp_path, monkeypatch):
|
||||
cli.main(["build", "--download", str(zip_path)])
|
||||
dest = tmp_path / "host" / subdomain / "download" / "download.zip"
|
||||
assert dest.is_file()
|
||||
|
||||
|
Reference in New Issue
Block a user