Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_replace
Function
test_replace
tests/test_emoji.py:18–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
test_replace():
19
assert Emoji.replace(
"my code is :pile_of_poo:"
) ==
"my code is 💩"
20
21
22
def
test_render():
Callers
nothing calls this directly
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected