Skip to content

Commit 1e2f32b

Browse files
authored
Merge pull request vinta#956 from mindflayer/master
Adding Mocket
2 parents c82c303 + e5483df commit 1e2f32b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
10821082
* [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+.
10831083
* [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python.
10841084
* [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
1085+
* [Mocket](https://github.com/mindflayer/python-mocket) - Socket Mock Framework plus HTTP[S]/asyncio/gevent mocking library with recording/replaying capability.
10851086
* [responses](https://github.com/getsentry/responses) - A utility library for mocking out the requests Python library.
10861087
* [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests.
10871088
* Object Factories

0 commit comments

Comments
 (0)