Files
attract/setup.cfg
Sybren A. Stüvel 56617b06b9 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.
2016-11-02 11:02:40 +01:00

6 lines
124 B
INI

[tool:pytest]
addopts = -v --cov attract --cov-report term-missing --ignore node_modules --ff
[pep8]
max-line-length = 100