Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ test_await
Function
test_await
sdk/python/tests/client/test_inputs.py:109–110 ·
view source on GitHub ↗
(client: Client)
Source
from the content-addressed store, hash-verified
107
108
@pytest.mark.anyio
109
async
def
test_await(client: Client):
110
client.directory(await client.directory().id())
111
112
113
# TODO: warning is not being ignored here and leaked to next async test
Callers
nothing calls this directly
Calls
2
id
Method · 0.65
directory
Method · 0.45
Tested by
no test coverage detected