[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* markers = slow: marks tests as slow (deselect with '-m "not slow"') addopts = -v --tb=short --color=yes -p no:warnings