MCPcopy
hub / github.com/Textualize/rich / test_render_panel

Function test_render_panel

tests/test_panel.py:41–42  ·  view source on GitHub ↗
(panel, expected)

Source from the content-addressed store, hash-verified

39
40@pytest.mark.parametrize("panel,expected", zip(tests, expected))
41def test_render_panel(panel, expected) -> None:
42 assert render(panel) == expected
43
44
45def test_console_width() -> None:

Callers

nothing calls this directly

Calls 1

renderFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…