This commit is contained in:
Leo Vasanko
2023-11-01 19:36:10 +00:00
parent 0d6180e8a4
commit 783af44e26
17 changed files with 94 additions and 53 deletions

View File

@@ -7,7 +7,7 @@ from cista import config
from cista.protocol import Cp, MkDir, Mv, Rename, Rm
@pytest.fixture
@pytest.fixture()
def setup_temp_dir():
with tempfile.TemporaryDirectory() as tmpdirname:
config.config = config.Config(path=Path(tmpdirname), listen=":0")