mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
wip: Add robot tests
This commit is contained in:
parent
aa673e1acc
commit
ad57df45d7
1
tests/robot/.gitignore
vendored
Normal file
1
tests/robot/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
venv/
|
7
tests/robot/Authentication/auth.robot
Normal file
7
tests/robot/Authentication/auth.robot
Normal 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 ***
|
2
tests/robot/requirements.txt
Normal file
2
tests/robot/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
robotframework
|
||||
RESTinstance
|
3
tests/robot/rest.resource
Normal file
3
tests/robot/rest.resource
Normal file
@ -0,0 +1,3 @@
|
||||
*** Settings ***
|
||||
Documentation Common things to handle rest requests
|
||||
Library REST
|
Loading…
x
Reference in New Issue
Block a user