test_ok2/testing/plugins_integration/pytest_trio_integration.py

10 lines
122 B
Python

# mypy: allow-untyped-defs
import trio
import pytest
@pytest.mark.trio
async def test_sleep():
await trio.sleep(0)