Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
96
def
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
105
def
test_init_append_column():
Callers
nothing calls this directly
Calls
3
add_row
Method · 0.95
Table
Class · 0.90
Foo
Class · 0.70
Tested by
no test coverage detected