add: init unit test

This commit is contained in:
Tobias Reisinger 2019-10-27 02:07:01 +02:00
parent 636fdf8df1
commit 320201bb5b
5 changed files with 40 additions and 63 deletions

View 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