[tool:pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = --tb=short --strict-markers --disable-warnings --verbose markers = unit: Unit tests that mock dependencies integration: Integration tests with database slow: Slow running tests filterwarnings = ignore::sqlalchemy.exc.SAWarning ignore::DeprecationWarning