[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* asyncio_mode = auto # Coverage options addopts = --verbose --strict-markers --tb=short # Markers for test categorization markers = unit: Unit tests (fast, no external dependencies) integration: Integration tests (may require external services) slow: Slow-running tests