requests-mock/.coveragerc
Jamie Lennox 6227295409 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.
2014-06-15 11:12:21 +10:00

8 lines
103 B
INI

[run]
branch = True
source = requests_mock
omit = requests_mock/tests/*
[report]
ignore-errors = True