core-legacy/tests/tavern_tests/0.1.test_basics.tavern.yaml

17 lines
342 B
YAML
Raw Normal View History

2020-08-29 07:10:50 +00:00
test_name: "[test_basics] Test basic calls"
stages:
- name: "[test_basics] get index"
request:
url: "http://localhost:5000/"
method: GET
response:
status_code: 200
- name: "[test_basics] get 404"
request:
url: "http://localhost:5000/invalid_url_for_testing_do_not_use"
method: GET
response:
status_code: 404