mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-07 19:24:01 +00:00
Move iot fixtures into iot subfolder (#1299)
This commit is contained in:
@@ -35,7 +35,7 @@ FixtureInfo.__eq__ = lambda x, y: hash(x) == hash(y) # type: ignore[method-assi
|
||||
SUPPORTED_IOT_DEVICES = [
|
||||
(device, "IOT")
|
||||
for device in glob.glob(
|
||||
os.path.dirname(os.path.abspath(__file__)) + "/fixtures/*.json"
|
||||
os.path.dirname(os.path.abspath(__file__)) + "/fixtures/iot/*.json"
|
||||
)
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user