Add configuration file for test coverage

This commit is contained in:
Joakim Soderlund 2017-01-09 00:10:16 +01:00
parent 21a98a9e72
commit f763dabbfa

7
.coveragerc Normal file
View file

@ -0,0 +1,7 @@
[run]
include = fimfarchive/*
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError