Merge pull request #956 from mindflayer/master

Adding Mocket
This commit is contained in:
Vinta 2018-01-31 01:50:32 +08:00 committed by GitHub
commit 1e2f32b6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1082,6 +1082,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