core/tests/helpers
Erik Montnemery 428cc1a951
Update signature of platforms' async_setup_entry in tests (#138271)
2025-02-11 13:17:39 +01:00
..
snapshots Merge config subentry feature branch to dev (#136121) 2025-02-10 16:40:07 +01:00
__init__.py
test_aiohttp_client.py Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +01:00
test_area_registry.py Add temperature and humidity entities to area registry (#135423) 2025-01-16 08:25:26 -05: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 Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +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 Test config_entry_oauth2_flow.async_get_redirect_uri (#136976) 2025-02-01 12:49:18 +01:00
test_config_validation.py Improve trigger schema validation to ask for `trigger` instead of `platform` (#126750) 2024-09-25 16:44:14 +02: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 Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +01:00
test_floor_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
test_frame.py Add ability to pass integration domain to report_usage (#130705) 2024-11-21 16:01:36 +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 Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +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 Simplify llm calendar tool (#137402) 2025-02-05 11:42:41 +01: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 hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +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 Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +01:00
test_script_variables.py Update import locations in tests (#122216) 2024-07-20 11:16:04 +02:00
test_selector.py Add more util aliases to import conventions (#136153) 2025-01-21 15:58:23 +01:00
test_service.py Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +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 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 Prefer from...import...as over import...as in core tests (#136146) 2025-01-21 09:28:17 +01: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 Add coordinator unsubscribe listener test (#137422) 2025-02-05 11:15:25 +01:00