autouse=True
This commit is contained in:
parent
d74b21a346
commit
a285a8563f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ from src.session_manager import SessionManager
|
||||||
from src.main import generate_jwt_keys
|
from src.main import generate_jwt_keys
|
||||||
|
|
||||||
|
|
||||||
@pytest_asyncio.fixture(scope="session")
|
@pytest_asyncio.fixture(scope="session", autouse=True)
|
||||||
async def onboard_system():
|
async def onboard_system():
|
||||||
"""Perform initial onboarding once for all tests in the session.
|
"""Perform initial onboarding once for all tests in the session.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue