service --run

This commit is contained in:
Devaev Maxim
2020-10-11 04:46:50 +03:00
parent 51ac65d542
commit a7f3773e0b
10 changed files with 24 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ def test_ok(tmpdir) -> None: # type: ignore
"--set-options",
f"kvmd/server/unix={kvmd_sock_path}",
f"kvmd/streamer/unix={ustreamer_sock_path}",
"--run",
])
assert not os.path.exists(ustreamer_sock_path)