py.test option tweak

--ff can be bad, as it changes test order
This commit is contained in:
2016-11-10 15:40:19 +01:00
parent 0d9ed088be
commit 389c5c03e1

View File

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