[pytest] testpaths = tests python_files = test_*.py python_functions = test_* python_classes = Test* asyncio_mode = auto addopts = -v --tb=short filterwarnings = ignore::DeprecationWarning ignore::UserWarning markers = unit: Unit tests (no external dependencies) integration: Integration tests (require database/storage) slow: Slow tests (skip with -m "not slow")