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

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