- 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:
2024-03-01 10:19:42 +00:00
committed by Git OBS Bridge
parent 18a1f31e48
commit 516fbb6633
4 changed files with 19 additions and 5 deletions

View File

@@ -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>