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

Function test_variant_non_default

tests/test_emoji.py:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def test_variant_non_default():
36 render_result = render(Emoji("warning", variant="emoji"))
37 assert render_result == "⚠" + "\uFE0F"

Callers

nothing calls this directly

Calls 2

renderFunction · 0.90
EmojiClass · 0.90

Tested by

no test coverage detected