wip: Add robot tests

This commit is contained in:
Zoe Roux 2022-05-01 22:28:52 +02:00
parent aa673e1acc
commit ad57df45d7
No known key found for this signature in database
GPG Key ID: 54F19BB73170955D
4 changed files with 13 additions and 0 deletions

1
tests/robot/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
venv/

View File

@ -0,0 +1,7 @@
*** Settings ***
Documentation Tests of the /auth route.
... Ensures that the user can authenticate on kyoo.
Resource ${RESOURCES}/rest.resource
*** Test Cases ***

View File

@ -0,0 +1,2 @@
robotframework
RESTinstance

View File

@ -0,0 +1,3 @@
*** Settings ***
Documentation Common things to handle rest requests
Library REST