mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 08:12:22 +01:00
tweak
This commit is contained in:
@@ -9,7 +9,7 @@ from .types import APIClientConnectedFactory, RunCompiledFunction
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_defer_fifo_simple(
|
async def test_scheduler_defer_fifo_simple(
|
||||||
yaml_config: str,
|
yaml_config: str,
|
||||||
run_compiled: RunCompiledFunction,
|
run_compiled: RunCompiledFunction,
|
||||||
api_client_connected: APIClientConnectedFactory,
|
api_client_connected: APIClientConnectedFactory,
|
||||||
|
@@ -11,7 +11,7 @@ from .types import APIClientConnectedFactory, RunCompiledFunction
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_defer_stress(
|
async def test_scheduler_defer_stress(
|
||||||
yaml_config: str,
|
yaml_config: str,
|
||||||
run_compiled: RunCompiledFunction,
|
run_compiled: RunCompiledFunction,
|
||||||
api_client_connected: APIClientConnectedFactory,
|
api_client_connected: APIClientConnectedFactory,
|
||||||
|
Reference in New Issue
Block a user