MCPcopy Create free account
hub / github.com/dagger/dagger / test_object

Function test_object

sdk/python/tests/client/test_inputs.py:94–95  ·  view source on GitHub ↗
(client: Client)

Source from the content-addressed store, hash-verified

92
93
94def test_object(client: Client):
95 client.container().with_directory("spam", client.directory())
96
97
98def test_wrong_object(client: Client):

Callers

nothing calls this directly

Calls 3

with_directoryMethod · 0.45
containerMethod · 0.45
directoryMethod · 0.45

Tested by

no test coverage detected