add: init unit test
This commit is contained in:
parent
636fdf8df1
commit
320201bb5b
5 changed files with 40 additions and 63 deletions
tavern_tests
9
tavern_tests/test_minimal.tavern.yaml
Normal file
9
tavern_tests/test_minimal.tavern.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
test_name: Test basic requests
|
||||
|
||||
stages:
|
||||
- name: Make sure we get any response
|
||||
request:
|
||||
url: http://localhost:5000/api/v1/schedules/
|
||||
method: GET
|
||||
response:
|
||||
status_code: 200
|
Loading…
Add table
Add a link
Reference in a new issue