Skip to content

Commit 7fe0fa0

Browse files
committed
remove dirs made by tests
1 parent cf2c0b3 commit 7fe0fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def setup(self):
6666
# 2: delete newly created dirs and files
6767
path_to_clean = Path(self.config.output_path)
6868
print(f"Cleaning and removing {path_to_clean}")
69-
# recursively_clean_directory(path_to_clean)
69+
recursively_clean_directory(path_to_clean)
7070

7171
# reset test attributes
7272
self.dirs_to_delete = []

0 commit comments

Comments
 (0)