core/tests/helpers
cdce8p be5c0b2d92 Wait_template - support for 'trigger.entity_id' and data_template values (#9807)
* *Added support for use of 'trigger.entity_id' and service->data_template->script in wait_template

* * Fixed style violations

* * Fixed regular expression (_RE_GET_POSSIBLE_ENTITIES)

* * combined 'extract_entities' and 'extract_entities_with_variables'
* fixed regular expression

* * Added first test for extract_entities_with_variables

* * Added Unittests (tests/helpers/test_template.py test_extract_entities_with_variables)

* * Added Unittests (tests/helpers/test_script.py test_wait_template_variables)

* * Added Unittests (tests/components/automation/test_template.py test_wait_template_with_trigger)

* * Added Unittests (tests/components/automation/test_state.py test_wait_template_with_trigger)

* * Added Unittests (tests/components/automation/test_numeric_state.py test_wait_template_with_trigger)

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Updated regular expression and delete whitespaces
2017-10-12 16:57:18 +02:00
..
__init__.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_aiohttp_client.py aiohttp 2 (#6835) 2017-03-30 00:50:53 -07:00
test_condition.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
test_config_validation.py Add an input_datetime (#9313) 2017-09-28 23:57:49 +02:00
test_deprecation.py Add tests for deprecation helpers (#7452) 2017-05-06 10:10:48 -07:00
test_discovery.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
test_dispatcher.py Move mqtt from eventbus to dispatcher / add unsub for dispatcher (#6206) 2017-02-24 17:11:50 -08:00
test_entity.py Cleanup and simplitfy the async state update (#9390) 2017-09-12 10:01:03 +02:00
test_entity_component.py Fix a bunch of typos (#9545) 2017-09-23 17:15:46 +02:00
test_entity_values.py Simplify customize (#6007) 2017-02-15 19:47:30 -08:00
test_event.py Optimize event matcher (#9798) 2017-10-10 22:26:03 +02:00
test_icon.py move icon battery function from util to helpers (#9708) 2017-10-05 20:55:19 -07:00
test_init.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_location.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_restore_state.py Unit tests to improve core coverage (#9659) 2017-10-02 20:25:04 -07:00
test_script.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
test_service.py Remove event decorators (#6634) 2017-03-15 14:46:57 +01:00
test_state.py Add support for Prometheus (#8211) 2017-07-10 21:20:17 -07:00
test_sun.py Refactor sun component for correctness (#7295) 2017-05-09 00:03:34 -07:00
test_template.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00