[tool:pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = --verbose --tb=short --strict-markers --disable-warnings --cov=src --cov-report=term-missing --cov-report=html:htmlcov --cov-fail-under=80 markers = unit: Unit tests (fast, isolated) integration: Integration tests (may require external services) slow: Slow running tests