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 b46595c commit d0b77edCopy full SHA for d0b77ed
tests/TestServices.py
@@ -76,7 +76,7 @@ def CleanTestTmpDirBeforeExit(request: pytest.FixtureRequest):
76
77
if not os.path.exists(tmpDir):
78
return
79
-
+
80
logging.info("Tmp directory [{0}] is deleting...".format(tmpDir))
81
shutil.rmtree(tmpDir)
82
assert not os.path.exists(tmpDir)
0 commit comments