Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
def
test_variant_non_default():
36
render_result = render(Emoji(
"warning"
, variant=
"emoji"
))
37
assert render_result ==
"⚠"
+
"\uFE0F"
Callers
nothing calls this directly
Calls
2
render
Function · 0.90
Emoji
Class · 0.90
Tested by
no test coverage detected