A significant portion of the functionality it tested; however, it's not 100% tested nor 100% proven.
This will be resolved when:
Validation of this will be done by running each individual test on its own and proving that the code it's testing is 100% covered, f.e tox -e py27 -- stackinabox/tests/test_httpretty.py shows stackinabox.util.httpretty as being 100% covered.
Additional points to note:
A significant portion of the functionality it tested; however, it's not 100% tested nor 100% proven.
This will be resolved when:
Validation of this will be done by running each individual test on its own and proving that the code it's testing is 100% covered, f.e
tox -e py27 -- stackinabox/tests/test_httpretty.pyshowsstackinabox.util.httprettyas being 100% covered.Additional points to note:
stackinabox.util.requests_mock.coremodule which could probably be about 3 or 4 modules on its own.stackinabox.util.httprettywould map tostackinabox.tests.util.httprettyfor any tests covering classes and methods of thehttprettyutility.