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

Function test_render

tests/test_emoji.py:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def test_render():
23 render_result = render(Emoji("pile_of_poo"))
24 assert render_result == "💩"
25
26
27def test_variant():

Callers

nothing calls this directly

Calls 2

renderFunction · 0.90
EmojiClass · 0.90

Tested by

no test coverage detected