We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9c537 commit 309c3bfCopy full SHA for 309c3bf
python/test_perforce.py
@@ -66,12 +66,6 @@ def server():
66
time.sleep(1)
67
yield p4port
68
69
-@pytest.fixture
70
-def tmpdir():
71
- """Create a temp directory for tests. Usually used as a client root"""
72
- with tempfile.TemporaryDirectory(prefix="bk-p4-test-") as tmpdir:
73
- yield tmpdir
74
-
75
def store_server(repo, to_zip):
76
"""Zip up a server to use as a unit test fixture"""
77
serverRoot = repo.info()['serverRoot']
0 commit comments