Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_default
Function
test_default
tests/test_color.py:94–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
93
94
def
test_default() -> None:
95
assert Color.default() == Color(
"default"
, ColorType.DEFAULT, None, None)
96
97
98
def
test_parse_error() -> None:
Callers
nothing calls this directly
Calls
2
Color
Class · 0.90
default
Method · 0.80
Tested by
no test coverage detected