add another test

This commit is contained in:
Kenneth Kehl
2025-09-11 11:04:02 -07:00
parent 531e9ad7ba
commit e7fd571871
3 changed files with 31 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ def notify_api(notify_app):
ctx.pop()
@pytest.fixture(scope="function")
@pytest.fixture(scope="session")
def client(notify_api):
with notify_api.test_request_context(), notify_api.test_client() as client:
yield client