File: json-matcher-1d030e3b4f9b66bd.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (6 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
---
features:
  - |
    It is now possible to specify a JSON-serializable python value (such as
    dict, list, etc) and match the request to it as JSON. The request's body
    is loaded as JSON and it will be compared to the expected value.