add tox tests

This commit is contained in:
2024-02-15 23:54:31 +00:00
parent 9c1fa36aed
commit 6a2df6352d
5 changed files with 148 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ from xair_api import kinds
kind_id = "X32"
ip = "x32.local"
tests = xair_api.connect(kind_id, ip=ip, delay=0.008)
tests = xair_api.connect(kind_id, ip=ip)
kind = kinds.get(kind_id)