FEA-Bench / testbed /Textualize__rich /tests /test_palette.py
hc99's picture
Add files using upload-large-folder tool
dae14ad verified
from rich._palettes import STANDARD_PALETTE
from rich.table import Table
def test_rich_cast():
table = STANDARD_PALETTE.__rich__()
assert isinstance(table, Table)
assert table.row_count == 16