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

Function test_align_right

tests/test_text.py:942–945  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

940
941
942def test_align_right():
943 text = Text("foo")
944 text.align("right", 10)
945 assert text.plain == " foo"
946
947
948def test_align_center():

Callers

nothing calls this directly

Calls 2

alignMethod · 0.95
TextClass · 0.90

Tested by

no test coverage detected