1[pytest] 2testpaths = tests 3python_files = test_*.py 4python_classes = Test* 5python_functions = test_* 6addopts = 7 -v 8 --strict-markers 9 --tb=short 10 --cov=src 11 --cov-report=term-missing 12 --cov-report=html