Don't run failed unittests first.

This can cause false positives when the failure was caused by inter-test
interference.
This commit is contained in:
Sybren A. Stüvel 2017-03-03 12:33:48 +01:00
parent fb25e3e03f
commit c58d616bfc

View File

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