Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ test_id_instance
Function
test_id_instance
sdk/python/tests/client/test_inputs.py:84–86 ·
view source on GitHub ↗
(client: Client)
Source
from the content-addressed store, hash-verified
82
83
84
def
test_id_instance(client: Client):
85
with
pytest.raises(TypeError):
86
client.directory(
"dirid"
)
87
88
89
def
test_wrong_id_type(client: Client):
Callers
nothing calls this directly
Calls
1
directory
Method · 0.45
Tested by
no test coverage detected