[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* asyncio_mode = auto asyncio_default_fixture_loop_scope = function # Markers markers = unit: Unit tests integration: Integration tests slow: Slow running tests # Coverage options (overridden by pyproject.toml) addopts = --verbose --strict-markers --tb=short --cov=src --cov-report=term-missing --cov-report=html --cov-report=xml --cov-branch # Ignore warnings from dependencies filterwarnings = ignore::DeprecationWarning