Add mockito to Testing section

This commit is contained in:
Niels van Eck 2020-06-22 23:44:38 -07:00
parent 50a5dee4bd
commit 909e596a24

View File

@ -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+. * [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. * [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. * [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. * [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. * [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests.
* Object Factories * Object Factories