Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
def
test_object(client: Client):
95
client.container().with_directory(
"spam"
, client.directory())
96
97
98
def
test_wrong_object(client: Client):
Callers
nothing calls this directly
Calls
3
with_directory
Method · 0.45
container
Method · 0.45
directory
Method · 0.45
Tested by
no test coverage detected