One of the nice features that's been built into
gabbi from near the start is a
command line runner that allows gabbi tests to be run against a
running web service. Given args.yaml
:
tests:
- name: check args
GET: /get?foo=bar
response_json_paths:
$.args.foo: bar
You can do:
gabbi-run …