Scope cleanup fixture to module

explicit_write_pps_on_exit
algorandpa 2023-02-14 19:53:55 -05:00 committed by jaredgoldman
parent 0dec2b9c89
commit 4b6d3fe138
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from exceptiongroup import BaseExceptionGroup
log = get_logger(__name__)
@pytest.fixture
@pytest.fixture(scope="module")
def paper_cleanup():
yield
app_dir = get_app_dir('piker')