[tool:pytest] testpaths = tests python_files = test_*.py *_test.py python_classes = Test* python_functions = test_* addopts = --strict-markers --strict-config --cov=app --cov-report=term-missing --cov-report=html --cov-report=xml --cov-fail-under=80 markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests unit: marks tests as unit tests aws: marks tests that require AWS services database: marks tests that require database access filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning