7
0

Commit Graph

  • 86f2ed8c39 Accepting request 1194582 from devel:languages:python:pytest factory Ana Guerrero 2024-08-20 14:12:31 +00:00
  • ea4888d48f - 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. Dirk Mueller 2024-08-18 17:18:39 +00:00
  • e5706d39c2 Accepting request 1153853 from devel:languages:python:pytest Dominique Leuenberger 2024-03-01 22:35:49 +00:00
  • 516fbb6633 - 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. Dirk Mueller 2024-03-01 10:19:42 +00:00
  • 4cb33ab159 Accepting request 1090084 from devel:languages:python:pytest Dominique Leuenberger 2023-06-02 22:06:35 +00:00
  • 18a1f31e48 - update to 1.0.8: * Bug Fixes Dirk Mueller 2023-05-31 19:43:41 +00:00
  • 17942d403d Accepting request 1088466 from devel:languages:python:pytest Dominique Leuenberger 2023-05-24 18:21:39 +00:00
  • 8dc1512e52 - update to 1.0.7: * With werkzeug 2.3.x the headers type has been updated to not allow integers as header values. This restriction followed up in pytest-httpserver. * Python versions earlier than 3.8 have been deprecated in order to support the latest werkzeug. * Type hinting for header_value_matcher has been fixed. From now, specifying a callable as `Callable[[str, Optional[str], str], bool] will be accepted also. Providing a HeaderValueMatcher object will be also accepted as before, as it provides the same callable signature * Fix Werkzeug deprecation warning about parse_authorization_header call. * Replace parse_authorization_header with Authorization.from_header as suggested. This fix should not introduce any functional change for the users. * Fix Werkzeug deprecation warning about werkzeug.urls.url_decode call. This call has been changed to urllib.parse.parse_qsl` in the implementation. This fix should not introduce any functional change for the users. Dirk Mueller 2023-05-22 21:20:09 +00:00
  • 6b8a039fc9 Accepting request 1084893 from devel:languages:python:pytest Dominique Leuenberger 2023-05-09 11:06:24 +00:00
  • d836f8748c - update to 1.0.6: * Add a new way of running tests with the blocking mode. In this mode, the http server is synchronized to the main thread and the client code is run in a separate thread. * Python version classifier updated in pyproject.toml (which updates pypi also) Dirk Mueller 2023-05-04 22:28:27 +00:00
  • b88dc2064c Accepting request 1082435 from devel:languages:python:pytest Dominique Leuenberger 2023-04-25 14:53:33 +00:00
  • 5549679fa4 Accepting request 1082412 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-24 09:15:56 +00:00
  • 3c7f968d6f Accepting request 998104 from devel:languages:python:pytest Dominique Leuenberger 2022-08-19 15:53:38 +00:00
  • 28eea89987 Accepting request 998033 from home:bnavigator:branches:devel:languages:python Markéta Machová 2022-08-19 06:58:04 +00:00
  • 011dc3c010 Accepting request 995191 from home:bnavigator:branches:devel:languages:python Markéta Machová 2022-08-18 14:43:34 +00:00
  • 8032c1ca92 Accepting request 941334 from devel:languages:python:pytest Dominique Leuenberger 2021-12-18 19:30:15 +00:00
  • 3ac196c667 Accepting request 941226 from home:pgajdos:python Matej Cepl 2021-12-17 22:14:45 +00:00
  • aca77f74b6 Accepting request 937344 from devel:languages:python:pytest Dominique Leuenberger 2021-12-09 18:45:37 +00:00
  • 6e34b50b42 Accepting request 936451 from home:pgajdos:python Matej Cepl 2021-12-09 00:19:54 +00:00
  • d8b065e078 Accepting request 727688 from devel:languages:python:pytest Dominique Leuenberger 2019-09-04 07:11:02 +00:00
  • b3951fbad2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=11 Tomáš Chvátal 2019-09-02 07:30:42 +00:00
  • 9c40fe529e Accepting request 726886 from home:bmwiedemann:branches:devel:languages:python:pytest Tomáš Chvátal 2019-08-29 10:40:34 +00:00
  • 15b16d66d0 Accepting request 726063 from devel:languages:python:pytest Dominique Leuenberger 2019-08-27 08:23:48 +00:00
  • 8c1a3bad50 Accepting request 725997 from home:jengelh:branches:devel:languages:python:pytest Tomáš Chvátal 2019-08-26 06:59:56 +00:00
  • 589ffc4e7a Accepting request 720248 from devel:languages:python:pytest Dominique Leuenberger 2019-08-05 08:38:17 +00:00
  • a48cb77794 - Update to 0.3.3: * Besides bytes and string, dict and MultiDict objects can be specified as query_string * Add more files to source distribution (sdist). It now contains tests, assets, examples and other files Tomáš Chvátal 2019-08-01 15:06:51 +00:00
  • 897b834cf9 Accepting request 718902 from devel:languages:python:pytest Dominique Leuenberger 2019-07-26 15:35:15 +00:00
  • aa88f84bdf - Update to 0.3.1: * various bugfixes * various documentation updates Tomáš Chvátal 2019-07-26 13:54:37 +00:00
  • 77d3a6c5ba Accepting request 718611 from devel:languages:python:pytest Dominique Leuenberger 2019-07-26 10:42:40 +00:00
  • 8dfe613b0f Accepting request 718609 from home:TheBlackCat:branches:devel:languages:python:numeric Todd R 2019-07-25 17:43:36 +00:00
  • 3c80c06249 Accepting request 718603 from home:TheBlackCat:branches:devel:languages:python:pytest Todd R 2019-07-25 17:23:45 +00:00