Scope cleanup fixture to module

paper_trade_improvements_rebase
algorandpa 2023-02-14 19:53:55 -05:00 committed by jaredgoldman
parent 0527310071
commit edce176ff8
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')