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

Function test_print

tests/test_text.py:708–711  ·  view source on GitHub ↗
(print_text, result)

Source from the content-addressed store, hash-verified

706 ],
707)
708def test_print(print_text, result):
709 console = Console(record=True)
710 console.print(*print_text)
711 assert console.export_text(styles=False) == result
712
713
714@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 3

printMethod · 0.95
export_textMethod · 0.95
ConsoleClass · 0.90

Tested by

no test coverage detected