core/tests/helpers
starkillerOG 69ecdda5f5
Add SSL Cipher option to aiohttp async_get_clientsession ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-09-24 21:31:52 +02:00
..
snapshots New template merge_response () 2024-09-02 08:13:10 +02:00
__init__.py
test_aiohttp_client.py Add SSL Cipher option to aiohttp async_get_clientsession () 2024-09-24 21:31:52 +02:00
test_area_registry.py Fix area registry indexing when there is a name collision () 2024-09-02 09:23:07 -10:00
test_category_registry.py Add created_at/modified_at to category registry () 2024-07-23 14:39:38 +02:00
test_check_config.py Add missing platforms_exist guard to check_config () 2024-04-01 21:37:30 -04:00
test_collection.py Update modified_at datetime on storage collection changes () 2024-09-04 15:05:51 +02:00
test_condition.py Use service_calls fixture in helper tests () 2024-06-10 14:57:34 +02:00
test_config_entry_flow.py Import Generator from collections.abc (1) () 2024-07-01 11:51:51 +02:00
test_config_entry_oauth2_flow.py Add missing hass type in tests/helpers () 2024-08-16 17:09:12 +02:00
test_config_validation.py Add a syntax for merging lists of triggers () 2024-09-09 13:51:32 +02:00
test_debounce.py Enable all TID ruff rules () 2024-09-20 12:25:51 +02:00
test_deprecation.py Allow importing typing helper in core files () 2024-06-11 13:48:12 +02:00
test_device.py Address device helper review comments () 2024-06-27 08:50:20 +02:00
test_device_registry.py Remigrate device_registry created_at/modified_at () 2024-07-23 15:47:27 -05:00
test_discovery.py Add missing hass type in tests/helpers () 2024-08-16 17:09:12 +02:00
test_discovery_flow.py Reinitialize zeroconf discovery flow on unignore () 2024-09-23 16:49:21 +02:00
test_dispatcher.py Update string formatting to use f-string on tests () 2024-09-19 10:32:38 +02:00
test_entity.py Add missing hass type in tests/helpers () 2024-08-16 17:09:12 +02:00
test_entity_component.py Don't raise when registering entity service with invalid schema () 2024-09-02 14:20:50 +02:00
test_entity_platform.py Don't raise when registering entity service with invalid schema () 2024-09-02 14:20:50 +02:00
test_entity_registry.py Fix loading created_at/modified_at from entity registry store () 2024-07-23 21:15:12 +02:00
test_entity_values.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
test_entityfilter.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
test_event.py Restore unnecessary assignment of Template.hass in event helper () 2024-09-03 15:25:35 +02:00
test_floor_registry.py Add created_at/modified_at to label registry () 2024-07-17 16:36:14 +02:00
test_frame.py Add missing argument type to core tests () 2024-06-14 08:42:01 +02:00
test_group.py Add empty line after module docstring (3) () 2024-03-08 20:38:34 +01:00
test_httpx_client.py Update import locations in tests () 2024-07-20 11:16:04 +02:00
test_icon.py Update string formatting to use f-string on tests () 2024-09-19 10:32:38 +02:00
test_importlib.py Adjust importlib helper to avoid leaking memory on re-raise () 2024-04-10 15:19:17 -10:00
test_instance_id.py Bump ruff to 0.3.4 () 2024-03-26 00:02:16 +01:00
test_integration_platform.py Add missing hass type in tests/helpers () 2024-08-16 17:09:12 +02:00
test_intent.py Improve LLM tool quality by more clearly specifying device_class slots () 2024-07-31 14:36:02 +02:00
test_issue_registry.py Adjust thread safety check messages to point to developer docs () 2024-05-14 15:20:31 +02:00
test_json.py Add warnings for deprecated json helpers () 2024-07-04 20:48:08 +02:00
test_label_registry.py Add created_at/modified_at to label registry () 2024-07-17 16:36:14 +02:00
test_llm.py Add aliases to script llm tool description () 2024-08-02 08:05:06 +02:00
test_location.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
test_network.py Remove unneeded wrapping of URL in URL in network helper () 2024-09-06 15:34:52 +02:00
test_normalized_name_base_registry.py Improve type hints in registry helper tests () 2024-06-10 20:25:34 +02:00
test_ratelimit.py Refactor rate limit helper to track time in seconds () 2024-03-20 19:49:37 -04:00
test_recorder.py Indicate database migration in /api/core/state response () 2024-07-23 14:13:08 +02:00
test_redact.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
test_registry.py Unignore Ruff PLR in tests () 2024-04-01 11:11:59 +02:00
test_reload.py Bump ruff to 0.3.4 () 2024-03-26 00:02:16 +01:00
test_restore_state.py Improve type hints in core helper tests () 2024-06-21 15:43:27 +02:00
test_schema_config_entry_flow.py Ignore attribute-defined-outside-init pylint warnings in tests () 2024-06-12 12:22:31 +02:00
test_script.py Rename 'service' to 'action' in automations and scripts () 2024-07-31 14:36:53 +02:00
test_script_variables.py Update import locations in tests () 2024-07-20 11:16:04 +02:00
test_selector.py Add enable_millisecond to duration selector () 2024-07-31 16:13:05 +02:00
test_service.py Deprecate template.attach () 2024-09-02 15:33:10 +02:00
test_significant_change.py Add missing hass type in tests/helpers () 2024-08-16 17:09:12 +02:00
test_singleton.py Add missing hass type in tests/helpers () 2024-08-16 17:09:12 +02:00
test_start.py Add missing hass type in tests/helpers () 2024-08-16 17:09:12 +02:00
test_state.py Change lock state to an enum () 2024-09-24 12:30:50 +02:00
test_storage.py Improve type hints in core helper tests () 2024-06-21 15:43:27 +02:00
test_storage_remove.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
test_sun.py Fix import-outside-toplevel pylint warnings in core tests () 2024-06-11 16:10:34 +02:00
test_system_info.py Bump ruff to 0.3.4 () 2024-03-26 00:02:16 +01:00
test_temperature.py Add empty line after module docstring (2) [other] () 2024-03-08 19:16:38 +01:00
test_template.py Log deprecation warning when `template.Template` is created without `hass` () 2024-09-03 14:28:33 +02:00
test_translation.py Move fixtures to decorators in core tests () 2024-06-14 13:32:42 +02:00
test_trigger.py Add a syntax for merging lists of triggers () 2024-09-09 13:51:32 +02:00
test_typing.py Deprecated old backports and typing aliases () 2024-04-06 13:15:30 -10:00
test_update_coordinator.py Add `async_setup` method to `DataUpdateCoordinator` () 2024-07-19 14:24:25 +02:00