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

Function test_not_renderable

tests/test_table.py:96–102  ·  tests/test_table.py::test_not_renderable
()

Source from the content-addressed store, hash-verified

94
95
96def test_not_renderable():
97 class Foo:
98 pass
99
100 table = Table()
101 with pytest.raises(errors.NotRenderableError):
102 table.add_row(Foo())
103
104
105def test_init_append_column():

Callers

nothing calls this directly

Calls 3

add_rowMethod · 0.95
TableClass · 0.90
FooClass · 0.70

Tested by

no test coverage detected