core/tests/util
MartinHjelmare 6e8c79d531 Change refactor structure
* Make a flatter one level inheritance, with MySensorsLight as parent
	with four children, one per light type.
* Break out helper methods. One per plain light, dimmer and RGB/RGBW
	children and per update, turn_on and turn_off, nine in total. Put
	these in the parent.
* Call the helper methods as needed from the child methods update,
	turn_on and turn_off.
* Change name of MySensorsLightLight to MySensorsLightPlain.
* Fix module docstrings according to pep257.
* Change name of color util method from rgb_hex_to_list to
	rgb_hex_to_rgb_list.
* Add unit tests for rgb_hex_to_rgb_list.
2016-02-18 02:04:06 +01:00
..
__init__.py Reorg tests folder 2015-07-26 10:17:01 +02:00
test_color.py Change refactor structure 2016-02-18 02:04:06 +01:00
test_dt.py Update for file header, docstrings, and PEP8/PEP257 2016-02-13 14:19:11 +01:00
test_init.py Update for file header, docstrings, and PEP8/PEP257 2016-02-13 14:19:11 +01:00
test_package.py Update for file header, docstrings, and PEP8/PEP257 2016-02-13 14:19:11 +01:00
test_template.py Tests should all use test HA 2016-02-14 15:08:23 -08:00