python-kasa/tests
Teemu R. 668ba748c5
Move transports into their own package (#1247)
This moves all transport implementations into a new `transports` package
for cleaner main package & easier to understand project structure.
2024-11-12 14:40:44 +01:00
..
fixtures Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
iot Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
smart Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
smartcamera Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
__init__.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
conftest.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
device_fixtures.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
discovery_fixtures.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
fakeprotocol_iot.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
fakeprotocol_smart.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
fakeprotocol_smartcamera.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
fixtureinfo.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_aestransport.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
test_bulb.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_childdevice.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_cli.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_common_modules.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_device_factory.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_device_type.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_device.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_deviceconfig.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_dimmer.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_discovery.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
test_emeter.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_feature.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_httpclient.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_iotdevice.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_klapprotocol.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
test_lightstrip.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_plug.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_protocol.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
test_readme_examples.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_smartdevice.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_smartprotocol.py Fix test framework running against real devices (#1235) 2024-11-11 17:41:31 +00:00
test_sslaestransport.py Move transports into their own package (#1247) 2024-11-12 14:40:44 +01:00
test_strip.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_usage.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00