File: query-matcher-751db32b2ac1fc74.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 (7 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
---
features:
  - |
    Besides bytes and string, dict and MultiDict objects can be specified as query_string.
    When these objects are used, the query string gets parsed into a dict (or MultiDict),
    and comparison is made accordingly. This enables the developer to ignore the order of
    the keys in the query_string when expecting a request.