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

Function test_rich_cast

tests/test_palette.py:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def test_rich_cast():
6 table = STANDARD_PALETTE.__rich__()
7 assert isinstance(table, Table)
8 assert table.row_count == 16

Callers

nothing calls this directly

Calls 1

__rich__Method · 0.45

Tested by

no test coverage detected