add lb120 sysinfo to test suite, thanks to githubbuh (#85)

This commit is contained in:
Teemu R
2017-08-30 03:35:34 +03:00
committed by GitHub
parent 8f83ca8784
commit 3a14484d47
2 changed files with 61 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ from functools import partial
from .. import SmartBulb, SmartDeviceException
from .fakes import (FakeTransportProtocol,
sysinfo_lb100, sysinfo_lb110, sysinfo_lb130)
sysinfo_lb100, sysinfo_lb110,
sysinfo_lb120, sysinfo_lb130)
BULB_IP = '192.168.250.186'
SKIP_STATE_TESTS = False
@@ -196,3 +197,7 @@ class TestSmartBulbLB100(TestSmartBulb):
class TestSmartBulbLB110(TestSmartBulb):
SYSINFO = sysinfo_lb110
class TestSmartBulbLB120(TestSmartBulb):
SYSINFO = sysinfo_lb120