tests: add Nightscout fake, tests for basal processing

This commit is contained in:
James Woglom
2021-04-21 00:44:50 -04:00
parent cda01894dc
commit 4c6e05b2c1
5 changed files with 207 additions and 13 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ lxml = "*"
python-dotenv = "*"
[scripts]
tconnectsync = "python3 main.py"
tconnectsync = "python3 main.py"
test = "python3 -m unittest discover"