[pytest] python_files = test_*.py python_classes = Test* python_functions = test_* addopts = --verbose --cov=. --cov-report=term-missing testpaths = tests markers = unit: Unit tests integration: Integration tests slow: Slow running tests