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

Function test_enum_unstructure

sdk/python/tests/client/test_converter.py:25–26  ·  view source on GitHub ↗
(conv: JsonConverter)

Source from the content-addressed store, hash-verified

23
24
25def test_enum_unstructure(conv: JsonConverter):
26 assert conv.unstructure(CustomEnum.TWO) == "TWO"

Callers

nothing calls this directly

Calls 1

unstructureMethod · 0.80

Tested by

no test coverage detected