patrys / httmock

A mocking library for requests
Other
468 stars 57 forks source link

import urllib doesnt work with httmock #40

Closed tjerkw closed 8 years ago

tjerkw commented 8 years ago

The mock gets overriden when i import urllib somewhere else.... Which means its unusable, or i have to rewrite the function i need :-(

patrys commented 8 years ago

httmock is a mocking library for requests. It does not work if you don't use requests.