pytest default settings, plus pytest-watch

This commit is contained in:
Jason Carver 2018-01-30 15:37:40 -08:00
parent 0e57d8e262
commit 9a7d72a816
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[pytest]
addopts= -v --showlocals --durations 10
python_paths= .
xfail_strict=true
[pytest-watch]
runner= py.test --failed-first --maxfail=1 --no-success-flaky-report

View File

@ -21,6 +21,7 @@ extras_require={
'dev': [
"bumpversion>=0.5.3,<1",
"pytest-xdist",
"pytest-watch>=4.1.0,<5",
"wheel",
"ipython",
],