MCPcopy 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
69def 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_variableMethod · 0.45
containerMethod · 0.45

Tested by

no test coverage detected