8 lines
167 B
INI
8 lines
167 B
INI
[pytest]
|
|
addopts= -v --showlocals --durations 10
|
|
python_paths= .
|
|
xfail_strict=true
|
|
|
|
[pytest-watch]
|
|
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report
|