MCPcopy
hub / github.com/Textualize/rich / test_chain

Function test_chain

tests/test_style.py:144–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143
144def test_chain():
145 assert Style.chain(Style(color="red"), Style(bold=True)) == Style(
146 color="red", bold=True
147 )
148
149
150def test_copy():

Callers

nothing calls this directly

Calls 2

StyleClass · 0.90
chainMethod · 0.80

Tested by

no test coverage detected