Skip to content

Commit 1a1ff52

Browse files
committed
revise
Signed-off-by: hkkim <[email protected]>
1 parent 020fb60 commit 1a1ff52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_tox.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
]
1515
remove_directories = ["test_scan", "test_scan2", "test_scan3"]
1616

17+
1718
@pytest.fixture(scope="module", autouse=True)
1819
def setup_test_result_dir_and_teardown():
1920
print("==============setup==============")
2021
for dir in set_up_directories:
21-
os.makedirs(dir, exist_ok = True)
22+
os.makedirs(dir, exist_ok=True)
2223

2324
yield
2425

0 commit comments

Comments
 (0)