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

This commit is contained in:
2016-10-04 12:01:09 +02:00
parent 97fde17d93
commit 341d07bbe3

View File

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