MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_sleep

Function test_sleep

testing/plugins_integration/pytest_asyncio_integration.py:7–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6@pytest.mark.asyncio
7async def test_sleep():
8 await asyncio.sleep(0)

Callers

nothing calls this directly

Calls 1

sleepMethod · 0.80

Tested by

no test coverage detected