1[pytest] 2python_files = Test*.py 3addopts = -rsxX -v --durations=6 --no-print-logs --capture=fd 4markers = 5 slow: mark a tests as slow. 6 webtest: mark a test as a webtest.