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

Function test_events

tests/test_markup.py:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186
187
188def test_events():
189 result = render("[@click]Hello[/@click] [@click='view.toggle', 'left']World[/]")
190 assert str(result) == "Hello World"
191
192
193def test_events_broken():

Callers

nothing calls this directly

Calls 1

renderFunction · 0.90

Tested by

no test coverage detected