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

Function test_scalar_render

sdk/python/tests/codegen/test_generator.py:457–459  ·  view source on GitHub ↗
(type_, expected, ctx: Context)

Source from the content-addressed store, hash-verified

455 ],
456)
457def test_scalar_render(type_, expected, ctx: Context):
458 handler = ScalarHandler(ctx)
459 assert handler.render(type_) == expected
460
461
462@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected