forked from pool/python-pytest-httpserver
- update to 1.0.10:
* When there's no handler for the request, add more details to
the response sent by the server about the request to help
debugging.
* Use ruff for linting. It includes some source code changes
which should not introduce functional changes, or API
changes.
* Add __repr__ to RequestHandler object so when it is compared
(eg. with the log attribute of the server) it will show the
matcher parameters.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 10:19:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.10:
|
||||
* When there's no handler for the request, add more details to
|
||||
the response sent by the server about the request to help
|
||||
debugging.
|
||||
* Use ruff for linting. It includes some source code changes
|
||||
which should not introduce functional changes, or API
|
||||
changes.
|
||||
* Add __repr__ to RequestHandler object so when it is compared
|
||||
(eg. with the log attribute of the server) it will show the
|
||||
matcher parameters.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 19:41:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user