diff --git a/README.md b/README.md index 4f4ad63..a617d64 100644 --- a/README.md +++ b/README.md @@ -741,6 +741,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python. * [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module. * [httpretty](http://falcao.it/HTTPretty/) - HTTP request mock tool for Python. + * [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+. * Fake Data * [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data. * [mixer](https://mixer.readthedocs.org) - Generating fake data and creating random fixtures for testing in Django ORM, SQLAlchemy, Peewee, MongoEngine, Pony ORM and etc.