Enable coverage testing
For whatever reason I couldn't make this work with testr, so at least for now the tests will have to go through the testtools runner.
This commit is contained in:
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = requests_mock
|
||||
omit = requests_mock/tests/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
||||
Reference in New Issue
Block a user