python-kasa/kasa/tests
Teemu R 00276e34b7
Move child socket handling to its own SmartStripPlug class (#26)
* All child device handling is moved out from the main smartdevice class, which simplifies the code.
* This will also cleanup the constructors as only the subdevices require the ID and the parent reference.
* SmartStripPlug offers SmartPlug like interface, but does not allow separate updates
  * Trying to update() on the children will cause a warning.
2020-03-16 14:52:40 +01:00
..
fixtures Adding KP303 to supported devices (#25) 2020-01-28 14:58:20 +01:00
__init__.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00
conftest.py Move child socket handling to its own SmartStripPlug class (#26) 2020-03-16 14:52:40 +01:00
newfakes.py test the newly added device fixtures (#21) 2020-01-14 19:16:30 +01:00
test_fixtures.py use pytestmark to avoid repeating asyncio mark (#24) 2020-01-15 07:49:31 +01:00
test_protocol.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00