Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_render
Function
test_render
tests/test_markup.py:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
94
95
def
test_render():
96
result = render(
"[bold]FOO[/bold]"
)
97
assert str(result) ==
"FOO"
98
assert result.spans == [Span(0, 3,
"bold"
)]
99
100
101
def
test_render_not_tags():
Callers
nothing calls this directly
Calls
2
render
Function · 0.90
Span
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…