Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ test_sleep
Function
test_sleep
testing/plugins_integration/pytest_asyncio_integration.py:10–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
@pytest.mark.asyncio
10
async
def
test_sleep():
11
await asyncio.sleep(0)
Callers
nothing calls this directly
Calls
1
sleep
Method · 0.80
Tested by
no test coverage detected