MCPcopy 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
122def test_required(client: Client):
123 client.file(FileID("filehash"))
124 with pytest.raises(TypeError):
125 client.file()
126
127
128def test_input_object():

Callers

nothing calls this directly

Calls 2

FileIDClass · 0.70
fileMethod · 0.45

Tested by

no test coverage detected