[tool:pytest] testpaths = . python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --tb=short --strict-markers --disable-warnings markers = integration: Integration tests slow: Slow running tests asyncio: Async tests filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning asyncio_mode = auto