mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add type hints to core tests (#88478)
This commit is contained in:
@@ -97,8 +97,8 @@ async def test_mix_global_timeout_freeze_and_zone_freeze_different_order(
|
||||
|
||||
|
||||
async def test_mix_global_timeout_freeze_and_zone_freeze_other_zone_inside_executor_job(
|
||||
hass,
|
||||
):
|
||||
hass: HomeAssistant,
|
||||
) -> None:
|
||||
"""Test a simple global timeout freeze other zone inside an executor job."""
|
||||
timeout = TimeoutManager()
|
||||
|
||||
@@ -114,8 +114,8 @@ async def test_mix_global_timeout_freeze_and_zone_freeze_other_zone_inside_execu
|
||||
|
||||
|
||||
async def test_mix_global_timeout_freeze_and_zone_freeze_inside_executor_job_second_job_outside_zone_context(
|
||||
hass,
|
||||
):
|
||||
hass: HomeAssistant,
|
||||
) -> None:
|
||||
"""Test a simple global timeout freeze inside an executor job with second job outside of zone context."""
|
||||
timeout = TimeoutManager()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user