pillar/setup.cfg
Sybren A. Stüvel c58d616bfc Don't run failed unittests first.
This can cause false positives when the failure was caused by inter-test
interference.
2017-03-22 15:49:51 +01:00

6 lines
121 B
INI

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