Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_render_error
Function
test_render_error
tests/test_console.py:370–373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
368
369
370
def
test_render_error() -> None:
371
console = Console()
372
with
pytest.raises(errors.NotRenderableError):
373
list(console.render([], console.options))
374
375
376
def
test_control() -> None:
Callers
nothing calls this directly
Calls
2
render
Method · 0.95
Console
Class · 0.90
Tested by
no test coverage detected