MCPcopy
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
94def test_default() -> None:
95 assert Color.default() == Color("default", ColorType.DEFAULT, None, None)
96
97
98def test_parse_error() -> None:

Callers

nothing calls this directly

Calls 2

ColorClass · 0.90
defaultMethod · 0.80

Tested by

no test coverage detected