hass-core/tests/helpers
2024-02-24 11:31:25 -10:00
..
snapshots Add support for placeholders in entity name translations () 2024-01-03 17:34:47 +01:00
__init__.py
test_aiohttp_client.py Use builtin TimeoutError [core + helpers] () 2024-02-05 12:09:54 +01:00
test_area_registry.py Add label registry () 2024-02-19 11:59:08 +01:00
test_check_config.py Improve package schema validation () 2024-02-10 20:16:20 +01:00
test_collection.py Update helper tests to use device & entity registry fixtures () 2023-11-10 09:32:19 +01:00
test_condition.py Migrate non-component tests to use freezegun/freezer () 2023-12-07 22:58:09 +01:00
test_config_entry_flow.py Remove mock_entity_platform test helper () 2023-11-16 16:55:08 +01:00
test_config_entry_oauth2_flow.py Ensure config entry oauth2 tests add config entry before updating it () 2024-02-12 22:59:17 +01:00
test_config_validation.py Add hex color validator () 2024-02-18 16:03:21 +01:00
test_debounce.py Convert debouncer async_shutdown to be a normal function () 2024-02-24 08:37:33 +01:00
test_deprecation.py Include deprecated constants in wildcard imports () 2024-01-05 11:46:45 +01:00
test_device_registry.py Make device registry cleanup a callback function () 2024-02-21 09:34:49 +01:00
test_discovery.py Remove mock_entity_platform test helper () 2023-11-16 16:55:08 +01:00
test_discovery_flow.py Small speed up to checking core state () 2024-01-18 08:41:32 -10:00
test_dispatcher.py Improve dispatcher typing () 2024-01-08 09:45:37 +01:00
test_entity.py Avoid scheduling a task to add each entity when not using update_before_add () 2024-02-23 10:49:26 -10:00
test_entity_component.py Reverse component path () 2023-12-05 08:43:58 +01:00
test_entity_platform.py Avoid scheduling a task to add each entity when not using update_before_add () 2024-02-23 10:49:26 -10:00
test_entity_registry.py Add label registry () 2024-02-19 11:59:08 +01:00
test_entity_values.py Fix flaky lru_cache test () 2023-10-02 13:52:56 +02:00
test_entityfilter.py
test_event.py Use builtin TimeoutError [core + helpers] () 2024-02-05 12:09:54 +01:00
test_floor_registry.py Add floor registry () 2024-02-17 21:21:15 +01:00
test_frame.py Use loader.async_suggest_report_issue in frame helper () 2023-10-05 19:52:26 +02:00
test_group.py Move group helpers into their own module () 2024-01-04 17:34:56 +01:00
test_httpx_client.py Use loader.async_suggest_report_issue in frame helper () 2023-10-05 19:52:26 +02:00
test_icon.py Add icon translations support () 2024-01-19 16:56:56 +01:00
test_init.py Move config_per_platform and extract_domain_configs to config.py () 2023-12-04 12:48:49 +01:00
test_instance_id.py
test_integration_platform.py Avoid creating tasks for checking integrations platforms () 2024-02-18 01:07:18 +01:00
test_intent.py Add new intents for cover, valve, vacuum, and media player () 2024-02-19 22:28:42 -05:00
test_issue_registry.py
test_json.py Add support for JSON fragments () 2024-01-07 17:36:31 -10:00
test_label_registry.py Add label registry () 2024-02-19 11:59:08 +01:00
test_location.py
test_network.py
test_ratelimit.py
test_recorder.py
test_redact.py Mask sensitive data in google_assistant logs () 2024-02-02 22:10:30 +01:00
test_reload.py Reverse component path () 2023-12-05 08:43:58 +01:00
test_restore_state.py Small speed up to checking core state () 2024-01-18 08:41:32 -10:00
test_schema_config_entry_flow.py Remove mock_entity_platform test helper () 2023-11-16 16:55:08 +01:00
test_script.py Avoid directly changing config entry state in tests (part 2) () 2024-02-10 07:20:15 +01:00
test_script_variables.py
test_selector.py Add qr code selector () 2024-01-31 19:27:03 +01:00
test_service.py Fix race in loading service descriptions () 2024-02-01 12:34:23 -06:00
test_significant_change.py Add significant change helper check_valid_float () 2023-12-18 21:59:30 +01:00
test_singleton.py
test_start.py Small speed up to checking core state () 2024-01-18 08:41:32 -10:00
test_state.py
test_storage.py Avoid reschedule churn in Storage.async_delay_save () 2024-02-24 08:46:00 +01:00
test_storage_remove.py Convert test helpers to get hass instance to contextmanagers () 2024-02-11 21:23:51 +01:00
test_sun.py Migrate non-component tests to use freezegun/freezer () 2023-12-07 22:58:09 +01:00
test_system_info.py Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
test_temperature.py
test_template.py Group loading of translations for integrations to reduce executor jobs at startup () 2024-02-17 21:08:55 -06:00
test_translation.py Load translations at setup time if they were not loaded at bootstrap () 2024-02-24 11:31:25 -10:00
test_trigger.py
test_update_coordinator.py Use builtin TimeoutError [core + helpers] () 2024-02-05 12:09:54 +01:00