* Help to detect `register()` misusage.
* Bump version.
* Improve DeepSource scans.
- Newer `pipenv` and GIT hooks (#165)
* Newer GIT hooks.
- Remove implicit `object` from the base class (#164)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Change methods not using its bound instance to staticmethods (#163)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Add .deepsource.toml
- Replace `dict` call with comprehension (#162)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#161)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Remove unnecessary generator (#160)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Multi `register()` (#159)
* Add failing test.
* `Entry.collect` let us know if the response should be consumed or not.
* Bump version.
- Update README.rst
- Update main.yml
- In PYPI the package is old and broken
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=38
- Use MocketSocket as context manager (#141)
* Adding support for using a `socket` as a context manager as requested by #139.
* Closing real socket.
* Bump version.
- update to version 3.9.38:
- Update __init__.py
- update to version 3.9.37:
- Fix for external decorators (#138)
- update to version 3.9.36:
- New mocket method for checking if all entries have been served (#137)
* Mocket method for checking if all entries have been served at least once.
- Yet another refactor (#135)
- Refactor. (#136)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=24
please forward to Factory. This version is required for the geoip2 4.1.0 version
changes are extracted from tag descriptions
- Update to version 3.9.0:
- MockHTTP uses `http-parser` as parser
Fix for second sendall used for delivering request's body.
- Update to version 3.8.9:
- Small refactor for HTTPretty plugin
Now the import line can be written as from mocket.plugins.httpretty import httpretty, httprettified.
- Update to version 3.8.8:
- Small fix applied to `setup.py`
OBS-URL: https://build.opensuse.org/request/show/837880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=14