core/tests/helpers
Paulus Schoutsen 059c12798d
Drop user prompt from LLMContext (#146787)
2025-06-13 22:01:39 -04:00
..
snapshots Drop report method from frame helper (#139920) 2025-03-06 11:25:22 +01: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 Get area and floor by alias (#126150) 2025-03-27 16:02:47 +01:00
test_backup.py Improve backup tests (#142785) 2025-04-14 14:26:29 +02:00
test_category_registry.py Add created_at/modified_at to category registry (#122454) 2024-07-23 14:39:38 +02:00
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 Update modified_at datetime on storage collection changes (#125218) 2024-09-04 15:05:51 +02:00
test_condition.py Move sun conditions to the sun integration (#144742) 2025-05-12 23:03:37 +01: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 Fix deprecated enums (#134824) 2025-01-14 10:04:48 +01:00
test_device.py Make async_remove_stale_devices_links_keep_entity_device move entities (#145719) 2025-05-27 23:00:52 +02:00
test_device_registry.py Restore user customizations of deleted devices (#145191) 2025-06-10 11:47:39 +02:00
test_discovery.py Add missing hass type in tests/helpers (#124039) 2024-08-16 17:09:12 +02:00
test_discovery_flow.py Add FlowManager.async_has_matching_flow (#126804) 2024-09-27 10:51:36 +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 Remove unused attribute EntityInfo.custom_component (#146550) 2025-06-11 17:27:17 +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 Add WS command to help reset custom entity_id (#145504) 2025-05-26 19:28:27 +02:00
test_entity_registry.py Allow removing entity registry items twice (#146519) 2025-06-11 12:42:09 +02:00
test_entity_values.py
test_entityfilter.py
test_event.py Enable B009 (#144192) 2025-05-21 16:37:51 +01:00
test_floor_registry.py Get area and floor by alias (#126150) 2025-03-27 16:02:47 +01:00
test_frame.py Reset helpers.frame._REPORTED_INTEGRATIONS in between tests (#139924) 2025-03-06 13:57:13 +01:00
test_group.py Add empty line after module docstring (3) (#112750) 2024-03-08 20:38:34 +01:00
test_helper_integration.py Simplify helper_integration.async_handle_source_entity_changes (#146516) 2025-06-11 12:27:51 +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 Adjust importlib helper to avoid leaking memory on re-raise (#115377) 2024-04-10 15:19:17 -10:00
test_instance_id.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
test_integration_platform.py Add missing hass type in tests/helpers (#124039) 2024-08-16 17:09:12 +02:00
test_intent.py Remove outdated test for locks (#143061) 2025-04-16 18:34:14 +01:00
test_issue_registry.py Adjust thread safety check messages to point to developer docs (#117392) 2024-05-14 15:20:31 +02:00
test_json.py Cache serialization of config entry storage (#127435) 2024-10-03 19:51:09 +02:00
test_label_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
test_llm.py Drop user prompt from LLMContext (#146787) 2025-06-13 22:01:39 -04: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 Refactor rate limit helper to track time in seconds (#113898) 2024-03-20 19:49:37 -04:00
test_recorder.py Indicate database migration in /api/core/state response (#122445) 2024-07-23 14:13:08 +02:00
test_redact.py
test_registry.py Unignore Ruff PLR in tests (#114470) 2024-04-01 11:11:59 +02:00
test_reload.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
test_restore_state.py Drop restore_state backwards compatibility (#130411) 2024-11-15 12:35:09 +01:00
test_schema_config_entry_flow.py Drop initialize_options helper from OptionsFlow (#129870) 2024-11-05 12:02:33 +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 Make helpers.frame.report_usage work when called from any thread (#139836) 2025-03-05 19:37:34 +01:00
test_service.py Add service response support to admin services (#144837) 2025-05-13 21:57:15 +01:00
test_significant_change.py Add missing hass type in tests/helpers (#124039) 2024-08-16 17:09:12 +02:00
test_singleton.py Add missing hass type in tests/helpers (#124039) 2024-08-16 17:09:12 +02:00
test_start.py Add missing hass type in tests/helpers (#124039) 2024-08-16 17:09:12 +02:00
test_state.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_storage.py Improve type hints in core helper tests (#120096) 2024-06-21 15:43:27 +02:00
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_temperature.py Add empty line after module docstring (2) [other] (#112738) 2024-03-08 19:16:38 +01:00
test_template.py Add as_function to allow macros to return values (#142033) 2025-05-26 20:22:45 +02:00
test_translation.py Improve formatting in core files (#135256) 2025-01-10 09:08:37 +01:00
test_trigger.py Update trigger validation message (#126749) 2024-09-25 15:33:03 +02:00
test_trigger_template_entity.py Update trigger based template entity resolution order (#140660) 2025-04-25 13:17:25 +02:00
test_typing.py Deprecated old backports and typing aliases (#114883) 2024-04-06 13:15:30 -10:00
test_update_coordinator.py Reset helpers.frame._REPORTED_INTEGRATIONS in between tests (#139924) 2025-03-06 13:57:13 +01:00