Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
def
test_render():
23
render_result = render(Emoji(
"pile_of_poo"
))
24
assert render_result ==
"💩"
25
26
27
def
test_variant():
Callers
nothing calls this directly
Calls
2
render
Function · 0.90
Emoji
Class · 0.90
Tested by
no test coverage detected