Files
attract/setup.cfg
Sybren A. Stüvel 389c5c03e1 py.test option tweak
--ff can be bad, as it changes test order
2016-11-10 15:40:19 +01:00

6 lines
122 B
INI

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