diff --git a/README.md b/README.md index c2b079b3..e6af76c2 100644 --- a/README.md +++ b/README.md @@ -1121,6 +1121,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+. * [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python. * [mocket](https://github.com/mindflayer/python-mocket) - A socket mock framework with gevent/asyncio/SSL support. + * [mockito](https://github.com/kaste/mockito-python) - A mocking and spying framework based on the namesake Java library. * [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