Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ test_required
Function
test_required
sdk/python/tests/client/test_inputs.py:122–125 ·
view source on GitHub ↗
(client: Client)
Source
from the content-addressed store, hash-verified
120
121
122
def
test_required(client: Client):
123
client.file(FileID(
"filehash"
))
124
with
pytest.raises(TypeError):
125
client.file()
126
127
128
def
test_input_object():
Callers
nothing calls this directly
Calls
2
FileID
Class · 0.70
file
Method · 0.45
Tested by
no test coverage detected