Drone pipeline met unit test toegevoegd

This commit is contained in:
Marcel Nijenhof
2020-09-04 17:47:16 +02:00
parent e2966f52ef
commit 1bb4ee5f81
4 changed files with 0 additions and 0 deletions

8
docs/lmwsip-test Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
from lmwsip import LmwSip
lmwsip = LmwSip("USER", "PASS")
print(lmwsip.ti())
print(lmwsip.value("WN", "HOEK", "H10"))
lmwsip.logout()