1[tool:pytest] 2testpaths = tests 3python_files = test_*.py 4python_classes = Test* 5python_functions = test_* 6markers = 7 integration: marks tests as integration tests (require live server) 8addopts = 9 -v 10 --tb=short 11