Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
def
test_value():
52
# type: () -> None
53
54
assert [
"red"
,
"green"
,
"blue"
] == [color.value
for
color in Color.values()]
55
56
57
def
test_ordinal():
Callers
nothing calls this directly
Calls
1
values
Method · 0.45
Tested by
no test coverage detected