core/tests/components/config
Ziv cedf7e3945
Fix unhandled exceptions for config, default_config, harmony (#33731)
* replaced MagicMock with CoroutineMock to avoid exception

* added conversion to str so mock returns unique-id that doesn't throw json exception

* added non-empty config since hass throws exception when config is empty
2020-04-06 13:36:49 +02:00
..
__init__.py Add config component and hassbian example panel (#5868) 2017-02-11 17:29:05 -08:00
test_area_registry.py use isort to sort imports according to PEP8 for config (#29628) 2019-12-08 22:27:28 +05:30
test_auth.py Add ability to specify group when creating user (#33373) 2020-03-30 20:33:43 +02:00
test_auth_provider_homeassistant.py Black 2019-07-31 12:25:30 -07:00
test_automation.py Add unique IDs to automation/scenes (#31150) 2020-01-26 23:01:35 -08:00
test_config_entries.py String formatting improvements for tests (#33663) 2020-04-05 00:26:08 +02:00
test_core.py use isort to sort imports according to PEP8 for config (#29628) 2019-12-08 22:27:28 +05:30
test_customize.py Add unique IDs to automation/scenes (#31150) 2020-01-26 23:01:35 -08:00
test_device_registry.py use isort to sort imports according to PEP8 for config (#29628) 2019-12-08 22:27:28 +05:30
test_entity_registry.py Change get_entity to return a extended entry, add inputs to de… (#32083) 2020-02-22 15:18:10 -08:00
test_group.py Fix unhandled exceptions for config, default_config, harmony (#33731) 2020-04-06 13:36:49 +02:00
test_init.py Migrate config tests from coroutine to async/await (#30366) 2020-01-01 17:16:27 -06:00
test_scene.py Add unique IDs to automation/scenes (#31150) 2020-01-26 23:01:35 -08:00
test_script.py Black 2019-07-31 12:25:30 -07:00
test_zwave.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00