Fixes API unit tests

Fix all unit tests, and use a `testcfg.ini` file to load test
configuration values (e.g. api_client, url, ...)
This commit is contained in:
2020-03-03 22:50:07 +01:00
parent 8d1e10a6eb
commit 91217cfa55
4 changed files with 164 additions and 96 deletions

6
wallabag_api/testcfg.ini Normal file
View File

@@ -0,0 +1,6 @@
[Test Configuration]
grant_type = password
client_id =
client_secret =
username =
password =