prodir/pytest.ini

6 lines
124 B
INI

[pytest]
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
testpaths = tests