py.test: run with -x (stop at first error) and --ff (failed test first)

This commit is contained in:
Sybren A. Stüvel 2016-10-04 11:58:38 +02:00
parent 0de8772c98
commit 73ec464292

View File

@ -1,5 +1,5 @@
[tool:pytest] [tool:pytest]
addopts = -v --cov pillar --cov-report term-missing --ignore node_modules addopts = -v --cov pillar --cov-report term-missing --ignore node_modules -x --ff
[pep8] [pep8]
max-line-length = 100 max-line-length = 100