Deploy to subdirectory

This commit is contained in:
Matthias
2021-01-31 15:37:57 +01:00
parent e4a085027b
commit 06e2bc94c3
4 changed files with 8 additions and 4 deletions

View File

@@ -622,6 +622,9 @@ def test_download_and_install_ui(mocker, tmpdir):
folder = Path(tmpdir) / "uitests_dl"
folder.mkdir(exist_ok=True)
assert read_ui_version(folder) is None
download_and_install_ui(folder, 'http://whatever.xxx/download/file.zip', '22')
assert wb_mock.call_count == 2