Scope fixture to session

paper_trade_improvements_rebase
algorandpa 2023-02-15 13:47:23 -05:00 committed by jaredgoldman
parent b035fa963c
commit 519d459dbe
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="session")
def paper_cleanup():
yield
app_dir = get_app_dir('piker')