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 80c95d2 commit 72f614fCopy full SHA for 72f614f
tests/integration/utils/test_usage_tracker.py
@@ -19,6 +19,8 @@
19
20
@fixture(scope="module", autouse=True)
21
def create_cli_mock():
22
+ # Cleanup before starting
23
+ rmtree(TEST_FOLDER, ignore_errors=True)
24
for i, file in enumerate(MOCK_MODULES):
25
os.makedirs(os.path.dirname(f"{TEST_FOLDER}{file}"))
26
with open(f"{TEST_FOLDER}{file}", "w") as f:
0 commit comments