microversion-parse/microversion_parse/tests/gabbits/simple.yaml

16 lines
210 B
YAML

# tests that the SimpleWSGI app is present
tests:
- name: get good
GET: /good
status: 200
response_strings:
- good
- name: get bad
GET: /bad
status: 404
response_strings:
- not found