File size: 230 Bytes
732b14f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import pytest


@pytest.mark.asyncio
async def test_run_sync_in_executor_stub() -> None:
    # Coverage anchor stub for the async executor helper.
    # The real unit tests can exercise this behavior when needed.
    assert True