forked from pool/python-pytest-httpserver
Accepting request 1194582 from devel:languages:python:pytest
- update to 1.1.0:
* Fixed an issue related to the leak of httpserver state
between the tests when httpserver is destructed before the
other fixtures. #352
* Fix pytest-httpserver's own tests related to log querying. No
functional changes in pytest-httpserver code itself. #345
* New methods added to query for matching requests in the log.
* Threading support to serve requests in parallel
Optional[str], str], bool]`` will be accepted also.
OBS-URL: https://build.opensuse.org/request/show/1194582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpserver?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77b9fbc2eb0a129cfbbacc8fe57e8cafe071d506489f31fe31e62f1b332d9905
|
|
||||||
size 60446
|
|
||||||
BIN
pytest_httpserver-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest_httpserver-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 18 17:18:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.1.0:
|
||||||
|
* Fixed an issue related to the leak of httpserver state
|
||||||
|
between the tests when httpserver is destructed before the
|
||||||
|
other fixtures. #352
|
||||||
|
* Fix pytest-httpserver's own tests related to log querying. No
|
||||||
|
functional changes in pytest-httpserver code itself. #345
|
||||||
|
* New methods added to query for matching requests in the log.
|
||||||
|
* Threading support to serve requests in parallel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 10:19:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Fri Mar 1 10:19:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-httpserver
|
Name: python-pytest-httpserver
|
||||||
Version: 1.0.10
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A HTTP server for pytest
|
Summary: A HTTP server for pytest
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user