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

Function test_input_field_arg

sdk/python/tests/codegen/test_generator.py:245–246  ·  view source on GitHub ↗
(cls, name, args, expected, ctx: Context)

Source from the content-addressed store, hash-verified

243)
244@pytest.mark.parametrize("cls", [Argument, Input])
245def test_input_field_arg(cls, name, args, expected, ctx: Context):
246 assert _InputField(ctx, name, cls(*args)).as_arg() == expected
247
248
249def test_input_object_field_deprecated():

Callers

nothing calls this directly

Calls 2

_InputFieldClass · 0.90
as_argMethod · 0.80

Tested by

no test coverage detected