From e5483df3ac1d99d59aaeca34b2c385af83053044 Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Tue, 17 Oct 2017 11:06:01 +0200 Subject: [PATCH] Adding Mocket. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a0f49e7..4cb704cd 100644 --- a/README.md +++ b/README.md @@ -1072,6 +1072,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. * [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) - Socket Mock Framework plus HTTP[S]/asyncio/gevent mocking library with recording/replaying capability. * [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