Measure unit test coverage.

Coverage is reported with py.test, and also "Run unit tests in ... with
coverage" is now supported in PyCharm.
This commit is contained in:
2016-04-25 16:43:09 +02:00
parent c83f64d36f
commit 974f135e63
3 changed files with 8 additions and 0 deletions

5
setup.cfg Normal file
View File

@@ -0,0 +1,5 @@
[pytest]
addopts = -v --cov pillar --cov-report term-missing
[pep8]
max-line-length = 100