MCPcopy
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
370def test_render_error() -> None:
371 console = Console()
372 with pytest.raises(errors.NotRenderableError):
373 list(console.render([], console.options))
374
375
376def test_control() -> None:

Callers

nothing calls this directly

Calls 2

renderMethod · 0.95
ConsoleClass · 0.90

Tested by

no test coverage detected