mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-02-17 00:09:54 +00:00
add hs100 tests
This commit is contained in:
@@ -6,8 +6,9 @@ import re
|
||||
|
||||
from .. import SmartPlug, SmartDeviceException
|
||||
from .fakes import (FakeTransportProtocol,
|
||||
sysinfo_hs110,
|
||||
sysinfo_hs100,
|
||||
sysinfo_hs105,
|
||||
sysinfo_hs110,
|
||||
sysinfo_hs200)
|
||||
|
||||
PLUG_IP = '192.168.250.186'
|
||||
@@ -250,6 +251,10 @@ class TestSmartPlugHS110(TestCase):
|
||||
# TODO check setting?
|
||||
|
||||
|
||||
class TestSmartPlugHS100(TestSmartPlugHS110):
|
||||
SYSINFO = sysinfo_hs100
|
||||
|
||||
|
||||
class TestSmartPlugHS200(TestSmartPlugHS110):
|
||||
SYSINFO = sysinfo_hs200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user