File: README.md

package info (click to toggle)
golang-github-juju-qthttptest 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
# qthttptest: check JSON HTTP responses

This package adds some [quicktest](https://godoc.org/github.com/frankban/quicktest)-compatible
checks that check the result of HTTP responses.

It also provides some checkers that check unmarshaled data
from other formats too.