hass-core/tests/helpers
Paulus Schoutsen 1c9c99571e
Use !input instead of !placeholder ()
* Use !input instead of !placeholder

* Update input name

* Lint

* Move tests around
2020-12-01 18:21:36 +01:00
..
__init__.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_aiohttp_client.py Fix flapping aiohttp_client test () 2020-06-02 10:54:13 -05:00
test_area_registry.py Base area IDs on initial name () 2020-12-01 12:45:56 +01:00
test_check_config.py Use !input instead of !placeholder () 2020-12-01 18:21:36 +01:00
test_collection.py Gather all collection listeners and changes at the same time () 2020-10-29 10:06:55 +01:00
test_condition.py Allow skip parsing template result () 2020-10-26 16:01:09 +01:00
test_config_entry_flow.py Add MQTT integration discovery () 2020-10-07 18:30:51 +02:00
test_config_entry_oauth2_flow.py OAuth2 to use current request header () 2020-11-27 08:55:34 +01:00
test_config_validation.py Fix config validation tests for upcoming beta () 2020-12-01 17:07:28 +01:00
test_debounce.py Use async_add_hass_job for debouncer () 2020-10-09 08:40:36 +02:00
test_deprecation.py Use asynctest-mock in most places () 2020-05-03 11:27:19 -07:00
test_device_registry.py Support disabling devices () 2020-11-26 16:45:02 +01:00
test_discovery.py Mark config dependency of frontend () 2020-06-09 23:27:47 -07:00
test_dispatcher.py Fail tests if wrapped callbacks or coroutines throw () 2020-05-06 14:14:57 -07:00
test_entity.py Switch to asyncio.wait for slow update warning implementation () 2020-10-05 15:28:15 +02:00
test_entity_component.py Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
test_entity_platform.py Fix state overwrite race condition where two platforms request the same entity_id () 2020-10-21 17:01:51 +02:00
test_entity_registry.py Exclude disabled entities from async_entries_for_device () 2020-11-27 09:03:44 +01:00
test_entity_values.py Sort imports according to PEP8 for 'tests' () 2019-12-09 16:52:24 +01:00
test_entityfilter.py Add support for glob matching to entity filters () 2020-06-23 20:02:29 -05:00
test_event.py Fix async_track_utc_time_change firing too early () 2020-11-05 16:34:56 +01:00
test_frame.py Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
test_icon.py StarLine integration () 2019-11-26 11:17:11 -08:00
test_init.py Use set literals in tests () 2020-04-05 02:20:09 +02:00
test_instance_id.py Extract instance ID helper from updater () 2020-05-04 11:23:12 -07:00
test_integration_platform.py Use asynctest-mock in most places () 2020-05-03 11:27:19 -07:00
test_intent.py Sort imports according to PEP8 for 'tests' () 2019-12-09 16:52:24 +01:00
test_json.py Black 2019-07-31 12:25:30 -07:00
test_location.py Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
test_network.py OAuth2 to use current request header () 2020-11-27 08:55:34 +01:00
test_ratelimit.py Implement template rate_limit directive () 2020-10-01 21:39:44 +02:00
test_reload.py Ensure config entry platforms are excluded from reload () 2020-10-25 23:53:31 +01:00
test_restore_state.py async_get_instance was not reentrant during await () 2020-08-12 22:35:24 +02:00
test_script.py Predetermine listener type for script change listeners () 2020-10-09 08:41:12 +02:00
test_script_variables.py Add native Python types support to templates () 2020-10-07 00:05:52 +02:00
test_selector.py Add support for device class in target selector () 2020-11-30 23:35:24 +01:00
test_service.py Warn when referencing missing devices/areas () 2020-12-01 08:01:27 +01:00
test_singleton.py Add tests for singleton decorator () 2020-10-18 22:41:22 +02:00
test_state.py Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
test_storage.py Reduce complexity of storage writes () 2020-10-29 22:35:51 -05:00
test_storage_remove.py Reduce complexity of storage writes () 2020-10-29 22:35:51 -05:00
test_sun.py Use asynctest-mock in most places () 2020-05-03 11:27:19 -07:00
test_system_info.py Black 2019-07-31 12:25:30 -07:00
test_temperature.py Various string cleanups () 2020-01-03 14:47:06 +01:00
test_template.py Tweak template digit detection () 2020-11-25 16:10:33 +01:00
test_translation.py Make all translations cacheable () 2020-11-09 22:36:45 +01:00
test_trigger.py Reorganize trigger code () 2020-08-17 11:54:56 -05:00
test_update_coordinator.py Add support for manual updating a data coordinator () 2020-11-02 09:54:08 +01:00