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 38189fa commit cc85284Copy full SHA for cc85284
tests/unit/test_files.py
@@ -94,6 +94,8 @@ def test_remove(self):
94
)
95
96
def test_compress(self):
97
+ while Path("test.tar.gz").exists():
98
+ Path("test.tar.gz").unlink()
99
self.directory.write(file_name="test1.txt", content="something")
100
self.directory.write(file_name="test2.txt", content="something")
101
self.directory.compress(exclude_files=["test1.txt"])
0 commit comments