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

Function test_get_bottom

tests/test_box.py:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def test_get_bottom():
47 bottom = HEAVY.get_bottom(widths=[1, 2, 3])
48 assert bottom == "┗━┻━━┻━━━┛"
49
50
51def test_box_substitute_for_same_box():

Callers

nothing calls this directly

Calls 1

get_bottomMethod · 0.80

Tested by

no test coverage detected