hass-core/tests
J. Nick Koston 44fefb3216
Improve handling of template platforms when entity extraction fails ()
Most of the the template platforms would check for
extract_entities failing to extract entities and avoid
setting up a state change listner for MATCH_ALL after
extract_entities had warned that it could not extract
the entities and updates would need to be done manually.
This protection has been extended to all template platforms.

Alter the behavior of extract_entities to return the
successfully extracted entities if one or more templates
fail extraction instead of returning MATCH_ALL
2020-07-14 22:34:35 -07:00
..
auth Drop white blacklist pt1 () 2020-07-13 17:43:11 +02:00
components Improve handling of template platforms when entity extraction fails () 2020-07-14 22:34:35 -07:00
fixtures Add ozw garage door barrier support () 2020-07-02 21:29:09 +02:00
hassfest Make Hassfest stricter pt 2 () 2019-12-19 14:00:22 +01:00
helpers Add mode info attributes to script and automation () 2020-07-14 10:47:59 -07:00
mock Use asynctest-mock in most places () 2020-05-03 11:27:19 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Detect lingering threads after tests () 2020-07-09 16:15:14 +02:00
test_util Fix docstring in test_utils/aiohttp.py () 2020-04-11 20:20:19 +02:00
testing_config Address new issues flagged by flake8 3.8.0a2 () 2020-04-30 21:37:58 +02:00
util Round time values in get_age() to better approximate the actual age () 2020-07-09 11:19:38 -07:00
__init__.py async HTTP component () 2016-10-23 23:48:01 -07:00
async_mock.py Use built-in test helpers on 3.8 () 2020-04-30 13:29:50 -07:00
bandit.yaml Enable some more bandit checks () 2020-01-20 18:44:55 +02:00
common.py Protect loop set default executor () 2020-07-06 15:58:53 -07:00
conftest.py Detect lingering threads after tests () 2020-07-09 16:15:14 +02:00
ignore_uncaught_exceptions.py Fix broken CI () 2020-05-06 18:40:21 -07:00
test_bootstrap.py Detect lingering threads after tests () 2020-07-09 16:15:14 +02:00
test_config.py Drop white blacklist pt1 () 2020-07-13 17:43:11 +02:00
test_config_entries.py ConfigFlow default discovery without unique ID () 2020-06-15 13:38:38 +02:00
test_core.py Drop white blacklist pt1 () 2020-07-13 17:43:11 +02:00
test_data_entry_flow.py Add current step that is in progress () 2020-05-05 21:34:51 -07:00
test_loader.py Improve after_dependencies handling () 2020-06-19 17:24:33 -07:00
test_main.py Use asynctest-mock in most places () 2020-05-03 11:27:19 -07:00
test_requirements.py Upgrade zeroconf to 0.27.1 () 2020-06-05 14:33:26 -07:00
test_setup.py Improve after_dependencies handling () 2020-06-19 17:24:33 -07:00