papaeye / pytest-httpretty

A thin wrapper of HTTPretty for pytest
20 stars 6 forks source link

Please publish to PyPI #1

Closed mgood closed 10 years ago

mgood commented 10 years ago

I've found this package really useful, but I don't see it on PyPI. For now I've just been putting it in my test requirements using the Github URL, but it would be nice to have an official release.

Would you be willing publish it?

papaeye commented 10 years ago

@mgood Sorry for the late relay. Now I uploaded this. Note that fixtures were switched to a marker and a shorthand function.

mgood commented 10 years ago

Thanks, I'll make sure I use that when I update.