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

Function test_no_columns

tests/test_table.py:143–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141
142
143def test_no_columns():
144 console = Console(color_system=None)
145 console.begin_capture()
146 console.print(Table())
147 output = console.end_capture()
148 print(repr(output))
149 assert output == "\n"
150
151
152def test_get_row_style():

Callers

nothing calls this directly

Calls 6

begin_captureMethod · 0.95
printMethod · 0.95
end_captureMethod · 0.95
ConsoleClass · 0.90
TableClass · 0.90
printFunction · 0.50

Tested by

no test coverage detected