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:
Jamie Lennox
2014-06-15 11:12:21 +10:00
parent 1855a46508
commit 6227295409
4 changed files with 23 additions and 2 deletions

7
.coveragerc Normal file
View File

@@ -0,0 +1,7 @@
[run]
branch = True
source = requests_mock
omit = requests_mock/tests/*
[report]
ignore-errors = True