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

Class Foo

tests/test_table.py:97–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96def test_not_renderable():
97 class Foo:
98 pass
99
100 table = Table()
101 with pytest.raises(errors.NotRenderableError):

Callers 1

test_not_renderableFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_not_renderableFunction · 0.56