agnes-the-ai-analyst/pytest.ini
ZdenekSrotyr 510608813c test: add shared test infrastructure (fixtures, factories, assertions, mocks)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 11:05:35 +02:00

7 lines
334 B
INI

[pytest]
addopts = -m "not live and not docker" --timeout=60 --strict-markers
markers =
live: tests requiring server access (run with '-m live')
docker: tests requiring Docker (run with '-m docker')
integration: FastAPI TestClient API integration tests
journey: end-to-end user flow tests spanning multiple components