..
__init__.py
…
test_aiohttp_client.py
Add support for family to aiohttp session helper ( #102702 )
2023-10-24 18:40:39 -05:00
test_area_registry.py
Add type hints to core tests ( #88478 )
2023-02-20 11:42:56 +01:00
test_check_config.py
Use modern platform path when reporting platform config errors ( #104238 )
2023-12-05 15:06:13 +01:00
test_collection.py
Update helper tests to use device & entity registry fixtures ( #103710 )
2023-11-10 09:32:19 +01:00
test_condition.py
Update helper tests to use device & entity registry fixtures ( #103710 )
2023-11-10 09:32:19 +01:00
test_config_entry_flow.py
Remove mock_entity_platform test helper ( #104073 )
2023-11-16 16:55:08 +01:00
test_config_entry_oauth2_flow.py
Improve OAuth error handling in configuration flows ( #103157 )
2023-11-11 11:02:51 +01:00
test_config_validation.py
Add domain key config validation ( #104242 )
2023-12-05 15:07:32 +01:00
test_debounce.py
Fix debouncer not scheduling timer when wrapped function raises ( #94689 )
2023-06-15 22:15:49 -04:00
test_deprecation.py
Allow passing breaks_in_ha_version to deprecation helper decorators ( #104985 )
2023-12-04 11:52:10 +01:00
test_device_registry.py
Update helper tests to use device & entity registry fixtures ( #103710 )
2023-11-10 09:32:19 +01:00
test_discovery.py
Remove mock_entity_platform test helper ( #104073 )
2023-11-16 16:55:08 +01:00
test_discovery_flow.py
Prevent new discovery flows from being created when stopping ( #88743 )
2023-02-25 12:02:07 +01:00
test_dispatcher.py
Refactor dispatcher to reduce run time and memory overhead ( #99676 )
2023-09-05 21:18:27 -04:00
test_entity.py
Remove useless code from entity helper tests ( #103854 )
2023-11-12 18:55:34 +01:00
test_entity_component.py
Reverse component path ( #104087 )
2023-12-05 08:43:58 +01:00
test_entity_platform.py
Reverse component path ( #104087 )
2023-12-05 08:43:58 +01:00
test_entity_registry.py
Update helper tests to use device & entity registry fixtures ( #103710 )
2023-11-10 09:32:19 +01:00
test_entity_values.py
Fix flaky lru_cache test ( #101252 )
2023-10-02 13:52:56 +02:00
test_entityfilter.py
Reduce overhead to filter entities in the recorder ( #93656 )
2023-05-27 19:52:42 -04:00
test_event.py
Make WS command render_template not give up if initial render raises ( #99808 )
2023-09-08 21:02:06 +02:00
test_frame.py
Use loader.async_suggest_report_issue in frame helper ( #101461 )
2023-10-05 19:52:26 +02:00
test_httpx_client.py
Use loader.async_suggest_report_issue in frame helper ( #101461 )
2023-10-05 19:52:26 +02:00
test_icon.py
Add return type to tests without arguments ( #87613 )
2023-02-07 14:20:06 +01:00
test_init.py
Move config_per_platform and extract_domain_configs to config.py ( #104989 )
2023-12-04 12:48:49 +01:00
test_instance_id.py
Regenerate instance ID on error ( #94898 )
2023-06-20 11:16:51 +02:00
test_integration_platform.py
Remove async_process_integration_platform_for_component ( #100680 )
2023-09-21 17:06:41 +02:00
test_intent.py
Adjust helpers tests which create devices ( #98214 )
2023-08-10 19:28:16 +02:00
test_issue_registry.py
Make the check_config script open issue_registry read only ( #98545 )
2023-08-18 20:15:00 +02:00
test_json.py
Fix saving subclassed datetime objects in storage ( #97502 )
2023-07-31 18:49:02 +02:00
test_location.py
Add typing to tests with single hass argument (2) ( #87675 )
2023-02-08 08:51:43 +01:00
test_network.py
Add type hints to core tests ( #88478 )
2023-02-20 11:42:56 +01:00
test_ratelimit.py
Move overlapping pylint rules to ruff, disable mypy overlap ( #94359 )
2023-06-27 17:42:46 +02:00
test_recorder.py
Add type hints to integration tests (recorder) ( #88313 )
2023-02-17 18:50:09 +01:00
test_reload.py
Reverse component path ( #104087 )
2023-12-05 08:43:58 +01:00
test_restore_state.py
Reverse component path ( #104087 )
2023-12-05 08:43:58 +01:00
test_schema_config_entry_flow.py
Remove mock_entity_platform test helper ( #104073 )
2023-11-16 16:55:08 +01:00
test_script.py
Update helper tests to use device & entity registry fixtures ( #103710 )
2023-11-10 09:32:19 +01:00
test_script_variables.py
Add typing to tests with single hass argument (2) ( #87675 )
2023-02-08 08:51:43 +01:00
test_selector.py
Add multiple option to text selector ( #104635 )
2023-11-29 18:32:32 +01:00
test_service.py
Small cleanup of legacy groups ( #102918 )
2023-10-28 17:16:41 +02:00
test_significant_change.py
Add type hints to core tests ( #88478 )
2023-02-20 11:42:56 +01:00
test_singleton.py
Add type hints to core tests ( #88478 )
2023-02-20 11:42:56 +01:00
test_start.py
Add type hints to core tests ( #88478 )
2023-02-20 11:42:56 +01:00
test_state.py
Remove deprecated state.get_changed_since ( #96579 )
2023-07-18 09:42:48 +02:00
test_storage.py
Make the check_config script open issue_registry read only ( #98545 )
2023-08-18 20:15:00 +02:00
test_storage_remove.py
Import `util.dt` as `dt_util` in remaining tests, enforce with ruff ( #93765 )
2023-05-30 23:30:31 +03:00
test_sun.py
Fix infinite loop in sun.sun ( #89723 )
2023-03-14 16:27:29 -10:00
test_system_info.py
Switch formatting from black to ruff-format ( #102893 )
2023-11-27 14:38:59 +01:00
test_temperature.py
Refactored deprecated UNITS ( #97368 )
2023-08-03 21:12:01 +02:00
test_template.py
Update helper tests to use device & entity registry fixtures ( #103710 )
2023-11-10 09:32:19 +01:00
test_translation.py
Reverse component path ( #104087 )
2023-12-05 08:43:58 +01:00
test_trigger.py
Add type hints to core tests ( #88478 )
2023-02-20 11:42:56 +01:00
test_update_coordinator.py
Use loop.time in DataUpdateCoordinator ( #98937 )
2023-08-28 10:16:34 -05:00