Removed -x option for py.test

The -x option makes py.test run failed tests first. However, tests that
failed because of interference with previous tests will be falsely marked
as PASSED when this happens.
This commit is contained in:
2016-11-02 11:02:40 +01:00
parent c44ab577e0
commit 56617b06b9

View File

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