diff --git a/README.md b/README.md index e5770417..ea696b49 100644 --- a/README.md +++ b/README.md @@ -1171,6 +1171,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python. * [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library. * [mocket](https://github.com/mindflayer/python-mocket) - A socket mock framework with gevent/asyncio/SSL support. + * [pymox](https://github.com/ivancrneto/pymox) - A powerful mock object framework for Python. * [responses](https://github.com/getsentry/responses) - A utility library for mocking out the requests Python library. * [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests. * Object Factories