mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-18 21:38:02 +00:00
add lb120 sysinfo to test suite, thanks to githubbuh (#85)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user