core/tests/helpers
J. Nick Koston 870350b961
Add async_has_entity_registry_updated_listeners (#142772)
2025-04-14 19:45:09 +02:00
..
snapshots Drop report method from frame helper (#139920) 2025-03-06 11:25:22 +01:00
__init__.py
test_aiohttp_client.py Reset helpers.frame._REPORTED_INTEGRATIONS in between tests (#139924) 2025-03-06 13:57:13 +01: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 Make helpers.frame.report_usage work when called from any thread (#139836) 2025-03-05 19:37:34 +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 Add PKCE implementation in oauth2 helper (#139509) 2025-03-17 14:16:52 +01:00
test_config_validation.py Make helpers.frame.report_usage work when called from any thread (#139836) 2025-03-05 19:37:34 +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 Address device helper review comments (#120615) 2024-06-27 08:50:20 +02:00
test_device_registry.py Merge config subentry feature branch to dev (#136121) 2025-02-10 16:40:07 +01: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 Update signature of platforms' async_setup_entry in tests (#138271) 2025-02-11 13:17:39 +01: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 test for trying to add an entity to an unknown config subentry (#138211) 2025-02-10 19:21:43 -05:00
test_entity_registry.py Merge config subentry feature branch to dev (#136121) 2025-02-10 16:40:07 +01:00
test_entity_values.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
test_entityfilter.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
test_event.py Add async_has_entity_registry_updated_listeners (#142772) 2025-04-14 19:45:09 +02: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_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 Add single target constraint to async_match_targets (#136643) 2025-01-27 14:06:21 -05: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 Fix quality loss for LLM conversation agent question answering (#142873) 2025-04-14 10:05:34 +02:00
test_location.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
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 Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
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 missing response for queued mode scripts (#141460) 2025-03-28 10:47:41 +00: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 Split out yaml loading into own package (#140683) 2025-03-15 22:26:18 -04: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 Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
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 template function: device_name (#142683) 2025-04-14 14:30:00 +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 Move manual trigger entity tests (#130134) 2024-11-10 12:14:13 +01: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