"""Integration-level shared fixtures. Re-exports the in-process app fixtures from ``test_intelligent_evals_api`` so newer integration test modules can consume them without importing fixture objects into test-module namespaces (which ruff flags as F811). """ from .test_intelligent_evals_api import client, seeded_db # noqa: F401