hass-core/tests
Andrew Thigpen d4b6a7343f Fix issue with scene component when using YAML aliases.
YAML aliases/anchors can make repetitive configuration sections easier
to deal with.  However when dealing with dictionaries, care needs to be
taken to not modify the original anchor since PyYAML utilizes a
reference when encountering an alias instead of a copy of the
dictionary.
2015-12-27 13:24:34 -06:00
..
components Fix issue with scene component when using YAML aliases. 2015-12-27 13:24:34 -06:00
config/custom_components Reorg tests folder 2015-07-26 10:17:01 +02:00
helpers More flexible domain config extraction 2015-09-28 23:09:05 -07:00
util Make template states var callable 2015-12-12 22:19:37 -08:00
__init__.py Add tests for manual alarm control panel platform 2015-10-13 22:36:21 -07:00
common.py Add tests for MQTT alarm 2015-10-13 23:08:12 -07:00
test_bootstrap.py Add tests for version upgrade 2015-11-15 14:28:50 -08:00
test_config.py Speed up tests 2015-09-12 22:56:49 -07:00
test_core.py Fix State.copy() 2015-12-06 09:12:36 -08:00
test_loader.py Speed up tests 2015-09-12 22:56:49 -07:00
test_remote.py Speed up tests 2015-09-01 00:18:26 -07:00