[tool:pytest] asyncio_mode = auto testpaths = tests addopts = -v --tb=short --strict-config --strict-markers --cov=src/guardden --cov-report=term-missing --cov-report=html --cov-fail-under=75 --no-cov-on-fail markers = asyncio: mark test as async integration: mark test as integration test slow: mark test as slow security: mark test as security-focused filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning