pillar/setup.cfg
Sybren A. Stüvel 974f135e63 Measure unit test coverage.
Coverage is reported with py.test, and also "Run unit tests in ... with
coverage" is now supported in PyCharm.
2016-04-25 16:43:09 +02:00

6 lines
91 B
INI

[pytest]
addopts = -v --cov pillar --cov-report term-missing
[pep8]
max-line-length = 100