Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ test_str
Function
test_str
sdk/python/tests/client/test_inputs.py:69–71 ·
view source on GitHub ↗
(client: Client)
Source
from the content-addressed store, hash-verified
67
68
69
def
test_str(client: Client):
70
with
pytest.raises(TypeError):
71
client.container().with_env_variable(
"SPAM"
, 144)
72
73
74
# TODO: There's flakiness in this test
Callers
nothing calls this directly
Calls
2
with_env_variable
Method · 0.45
container
Method · 0.45
Tested by
no test coverage detected