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

Function test_update_options_markup

tests/test_console.py:837–841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

835
836
837def test_update_options_markup() -> None:
838 console = Console()
839 options = console.options
840 assert options.update(markup=False).markup == False
841 assert options.update(markup=True).markup == True
842
843
844def test_print_width_zero() -> None:

Callers

nothing calls this directly

Calls 2

ConsoleClass · 0.90
updateMethod · 0.45

Tested by

no test coverage detected