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 89a39a8 commit 9ecc737Copy full SHA for 9ecc737
tests/test_tox.py
@@ -14,11 +14,12 @@
14
]
15
remove_directories = ["test_scan", "test_scan2", "test_scan3"]
16
17
+
18
@pytest.fixture(scope="module", autouse=True)
19
def setup_test_result_dir_and_teardown():
20
print("==============setup==============")
21
for dir in set_up_directories:
- os.makedirs(dir, exist_ok = True)
22
+ os.makedirs(dir, exist_ok=True)
23
24
yield
25
0 commit comments