File: headervaluematcher-type-hinting-fix-f19e7a4d48b0a1d8.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (6 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
fixes:
  - |
    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.