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.
6 lines
124 B
INI
6 lines
124 B
INI
[tool:pytest]
|
|
addopts = -v --cov attract --cov-report term-missing --ignore node_modules --ff
|
|
|
|
[pep8]
|
|
max-line-length = 100
|