What's Changed * Improving tests for `httpx` by mindflayer in https://github.com/mindflayer/python-mocket/pull/186 * Support for calls made by `fastapi` by mindflayer in https://github.com/mindflayer/python-mocket/pull/188
What's Changed * Change methods not using its bound instance to staticmethods by deepsource-autofix in https://github.com/mindflayer/python-mocket/pull/180 * Adding support for `httpx` by mindflayer in https://github.com/mindflayer/python-mocket/pull/183
What's Changed * Small refactor by mindflayer in https://github.com/mindflayer/python-mocket/pull/172 * Remove assert statement from non-test files by deepsource-autofix in https://github.com/mindflayer/python-mocket/pull/173 * Remove blank lines after docstring by deepsource-autofix in https://github.com/mindflayer/python-mocket/pull/174 * MocketEntry.request_class str vs bytes (fix for 175 ) by michael-lazar in https://github.com/mindflayer/python-mocket/pull/177
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.
3.10.3
Use `Mocket.request_list()` instead of `Mocket._requests`.