mirror of https://github.com/Textualize/rich.git
test palette
This commit is contained in:
parent
6d616467f4
commit
8033eade3c
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Reference in New Issue