core/tests/helpers
Franck Nijhof 70df7b8503
Restructure template engine, add crypto & base64 Jinja extension (#152261)
2025-09-13 22:21:29 +02:00
..
snapshots Restructure template engine, add crypto & base64 Jinja extension (#152261) 2025-09-13 22:21:29 +02:00
template Restructure template engine, add crypto & base64 Jinja extension (#152261) 2025-09-13 22:21:29 +02:00
__init__.py
test_aiohttp_client.py Only create a single resolver object if there are multiple aiohttp sessions (#144090) 2025-05-02 13:43:06 -05:00
test_area_registry.py Handle colliding aliases for areas (#151613) 2025-09-03 12:39:03 +02:00
test_automation.py Use relative trigger keys (#149846) 2025-08-04 23:01:40 +01:00
test_category_registry.py
test_chat_session.py Make get_chat_session a callback context manager (#137146) 2025-02-01 23:37:24 -05:00
test_check_config.py Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +01:00
test_collection.py
test_condition.py Validate selectors in the condition helper (#151884) 2025-09-08 14:20:11 +02:00
test_config_entry_flow.py Fix DiscoveryFlowHandler when discovery_function returns bool (#133563) 2025-01-16 12:31:16 -10:00
test_config_entry_oauth2_flow.py Make sure we can set up OAuth based integrations via discovery (#145144) 2025-05-26 20:48:07 +02:00
test_config_validation.py Move sun conditions to the sun integration (#144742) 2025-05-12 23:03:37 +01:00
test_debounce.py Fix data update coordinator garbage collection (#137299) 2025-02-04 11:20:06 +01:00
test_deprecation.py Improve (and align) deprecation messages (#147948) 2025-07-05 00:02:36 +02:00
test_device.py Do not add derivative config entry to source device (#148674) 2025-07-14 13:33:00 +02:00
test_device_registry.py Call DeviceRegistry._async_update_device from device registry (#151295) 2025-09-10 13:14:03 +02:00
test_discovery.py
test_discovery_flow.py Remove deprecated json helper constants and function (#150111) 2025-08-13 12:42:00 +02:00
test_dispatcher.py Update string formatting to use f-string on tests (#125986) 2024-09-19 10:32:38 +02:00
test_entity.py Refactor EntityPlatform (#147927) 2025-07-22 14:35:57 +02:00
test_entity_component.py Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +01:00
test_entity_platform.py Refactor EntityPlatform (#147927) 2025-07-22 14:35:57 +02:00
test_entity_registry.py Fix update of the entity ID does not clean up an old restored state (#151696) 2025-09-08 12:48:23 +02:00
test_entity_values.py
test_entityfilter.py
test_event.py Make async_track_state_change/report_event listeners fire in order (#148766) 2025-07-21 13:07:52 +02:00
test_floor_registry.py Handle colliding aliases for floors (#151614) 2025-09-03 12:43:03 +02:00
test_frame.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
test_group.py
test_helper_integration.py Do not add derivative config entry to source device (#148674) 2025-07-14 13:33:00 +02:00
test_httpx_client.py Reset helpers.frame._REPORTED_INTEGRATIONS in between tests (#139924) 2025-03-06 13:57:13 +01:00
test_icon.py Update string formatting to use f-string on tests (#125986) 2024-09-19 10:32:38 +02:00
test_importlib.py
test_instance_id.py
test_integration_platform.py
test_intent.py Remove outdated test for locks (#143061) 2025-04-16 18:34:14 +01:00
test_issue_registry.py
test_json.py Remove deprecated json helper constants and function (#150111) 2025-08-13 12:42:00 +02:00
test_label_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
test_llm.py Fix timestamps exposed to LLM to be in local timezone (#139825) 2025-09-08 14:51:17 -05:00
test_location.py
test_network.py Remove unnecessary imports of http integration (#141899) 2025-03-31 11:30:20 +01:00
test_normalized_name_base_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
test_ratelimit.py
test_recorder.py
test_redact.py
test_registry.py
test_reload.py
test_restore_state.py Drop restore_state backwards compatibility (#130411) 2024-11-15 12:35:09 +01:00
test_schema_config_entry_flow.py Add reload support to schema options flow handler (#151260) 2025-09-03 12:55:21 +01:00
test_script.py Fix Automation/Script: sequence within a parallel ignoring enabled flag (#142977) 2025-04-19 11:49:05 +02:00
test_script_variables.py Fix variable scopes in scripts (#138883) 2025-02-26 16:19:19 +01:00
test_selector.py Fix empty selector validation (#151340) 2025-09-01 16:22:41 +02:00
test_service.py Include non-primary entities targeted directly by label (#149309) 2025-09-11 17:34:15 +01:00
test_service_info.py Check badly formatted dhcp addresses in tests (#147814) 2025-09-04 13:43:51 +01:00
test_significant_change.py
test_singleton.py
test_start.py
test_state.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_storage.py
test_storage_remove.py
test_sun.py Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +01:00
test_system_info.py Improve is docker env checks (#132404) 2025-01-02 17:21:49 +01:00
test_target.py Include non-primary entities targeted directly by label (#149309) 2025-09-11 17:34:15 +01:00
test_temperature.py
test_translation.py Improve formatting in core files (#135256) 2025-01-10 09:08:37 +01:00
test_trigger.py Adjust condition and trigger method names (#150060) 2025-08-05 19:46:03 +01:00
test_trigger_template_entity.py Adjust ManualTriggerSensorEntity to handle timestamp device classes (#145909) 2025-07-18 13:49:12 +02:00
test_typing.py
test_update_coordinator.py Fix update coordinator ContextVar log for custom integrations (#150100) 2025-08-06 14:14:42 +02:00