MCPcopy
hub / github.com/pex-tool/pex / test_value

Function test_value

tests/test_enum.py:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def test_value():
52 # type: () -> None
53
54 assert ["red", "green", "blue"] == [color.value for color in Color.values()]
55
56
57def test_ordinal():

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected