mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 07:16:59 +00:00
Add Pymox
This commit is contained in:
parent
c52dba9b29
commit
515a9b5425
|
@ -1171,6 +1171,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python.
|
* [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.
|
* [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) - 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.
|
||||||
|
* [pymox](https://github.com/ivancrneto/pymox) - A powerful mock object framework for Python.
|
||||||
* [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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user