From 909e596a242640f74ba7698668f76c125eb6ec45 Mon Sep 17 00:00:00 2001 From: Niels van Eck <11406+nielsvaneck@users.noreply.github.com> Date: Mon, 22 Jun 2020 23:44:38 -0700 Subject: [PATCH] Add mockito to Testing section --- README.md | 1 + 1 file changed, 1 insertion(+) 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