python-kasa/kasa/tests
Teemu R 9e6896a08f
Various test code cleanups (#725)
* Separate fake protocols for iot and smart

* Move control_child impl into its own method

* Organize schemas into correct places

* Add test_childdevice

* Add missing return for _handle_control_child
2024-01-29 20:26:39 +01:00
..
fixtures Add P300 fixture (#717) 2024-01-29 18:14:30 +01:00
__init__.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00
conftest.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
fakeprotocol_iot.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
fakeprotocol_smart.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
test_aestransport.py Avoid rebuilding urls for every request (#715) 2024-01-29 15:26:00 +00:00
test_bulb.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
test_childdevice.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
test_cli.py Switch from TPLinkSmartHomeProtocol to IotProtocol/XorTransport (#710) 2024-01-26 09:11:31 +00:00
test_device_factory.py Switch from TPLinkSmartHomeProtocol to IotProtocol/XorTransport (#710) 2024-01-26 09:11:31 +00:00
test_device_type.py Move connect_single to SmartDevice.connect (#538) 2023-11-21 23:48:53 +01:00
test_deviceconfig.py Raise SmartDeviceException on invalid config dicts (#640) 2024-01-18 07:51:50 -10:00
test_dimmer.py Fix pytest warnings about asyncio (#397) 2022-11-13 23:34:47 +01:00
test_discovery.py Add P300 fixture (#717) 2024-01-29 18:14:30 +01:00
test_emeter.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
test_httpclient.py Avoid rebuilding urls for every request (#715) 2024-01-29 15:26:00 +00:00
test_klapprotocol.py Avoid rebuilding urls for every request (#715) 2024-01-29 15:26:00 +00:00
test_lightstrip.py Add transition parameter to lightstrip's set_effect (#416) 2023-02-18 18:03:54 +01:00
test_plug.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
test_protocol.py Initial support for tapos with child devices (#720) 2024-01-29 17:11:29 +01:00
test_readme_examples.py Add klap support for TAPO protocol by splitting out Transports and Protocols (#557) 2023-12-04 19:50:05 +01:00
test_smartdevice.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
test_smartprotocol.py Add P300 fixture (#717) 2024-01-29 18:14:30 +01:00
test_strip.py Return alias as None for new discovery devices before update (#627) 2024-01-11 16:12:02 +01:00
test_usage.py Avoid linear search for emeter realtime and emeter_today (#622) 2024-01-05 02:01:00 +01:00