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

1
.gitignore vendored
View File

@@ -12,4 +12,5 @@
/pillar/application/static/storage/
/build
/.cache
/.coverage
/pillar/pillar.egg-info/