tests: centralize engine fixtures

This commit is contained in:
2025-10-23 05:08:19 -06:00
parent 7b1dd732a7
commit 8266a982e0
7 changed files with 79 additions and 128 deletions

View File

@@ -6,7 +6,7 @@ import pytest
pytest.importorskip("flask")
from .test_http_auth import _login, prepared_app, engine_settings
from .test_http_auth import _login
def _ensure_admin_session(client):