Releases: mindflayer/python-mocket
Releases · mindflayer/python-mocket
Mocket STRICT mode
Pass strict_mode=True when calling @mocketizer() or with Mocketizer() to make your test case fail in case it tries to use the real socket module.
Introducing `Mocket.request_list()`
Use Mocket.request_list() instead of Mocket._requests.
First step for helping spotting misconfigurations
Help the user to spot issues (#166) * Help to detect `register()` misusage. * Bump version. * Improve DeepSource scans.
`Entry.collect` gets smarter
Support for Python 3.10
3.10.0 Fix for version number
Support for `decorator>=5`
Thanks to @micheles for the hints.
Support for `urllib3==1.26.5`
Thanks to @mmoraleda-smartprotection for opening issue #151 and sharing some hints.
Pinning `decorator<5`
Fix for #148, thanks to @WisdomPill for opening the issue.
Increasing support for `asyncio`
Thanks to @fvigo mocket is now able to deal with asyncio.create_connection() and true non-blocking sockets.