add skills integration test

This commit is contained in:
2021-06-13 21:41:01 +02:00
parent ab792ab2aa
commit d387af0f37
5 changed files with 49 additions and 2 deletions

View File

@ -22,6 +22,13 @@ flask run
http://localhost:5000/
### Tests ausführen
```
python -m unittest discover ki
```
### Testbenutzer
Für ein Login ohne LDAP werden die Benutzer aus der [`auth.yml`](./data/auth.yml) benutzt.