Add Pymox

This commit is contained in:
Ivan Neto 2024-01-30 12:44:48 -03:00 committed by GitHub
parent c52dba9b29
commit 515a9b5425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
* [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.
* [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.
* [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests.
* Object Factories