Skip to content

Commit 42cca38

Browse files
committed
Use session scope for removing artifacts.
1 parent 97f5503 commit 42cca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DATAFILES_PATH = os.path.join(HERE, 'data')
99

1010

11-
@pytest.fixture(autouse=True)
11+
@pytest.fixture(scope='session', autouse=True)
1212
def cleanup_test_files():
1313
"""Remove compiled models and output files after each test run."""
1414
yield

0 commit comments

Comments
 (0)