Compare commits

...
1 Commits
Author SHA1 Message Date
Vlad Stan ab619d11a3 chore: just a change 2026-03-23 14:24:24 +02:00
+1
View File
@@ -62,6 +62,7 @@ def run_before_and_after_tests(settings: Settings):
# use session scope to run once before and once after all tests
# random change
@pytest.fixture(scope="session")
async def app(settings: Settings):
app = create_app()