api/controliq: add login tests

This commit is contained in:
James Woglom
2021-04-26 22:50:33 -04:00
parent 878cd5b247
commit 05c19fffa7
6 changed files with 139 additions and 18 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ bs4 = "*"
arrow = "*"
lxml = "*"
python-dotenv = "*"
requests-mock = "*"
[scripts]
tconnectsync = "python3 main.py"
test = "python3 -m unittest discover -vv"
test = "python3 -m unittest discover -vv"