MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / test_custom_fill_char

Method test_custom_fill_char

tests/test_terminal_utils.py:169–172  ·  view source on GitHub ↗

Test custom fill character.

(self)

Source from the content-addressed store, hash-verified

167 pad_to_width("Test", 10, align="invalid")
168
169 def test_custom_fill_char(self):
170 """Test custom fill character."""
171 result = pad_to_width("Test", 10, fill_char="-")
172 assert result == "Test------"
173
174
175class TestRealWorldScenarios:

Callers

nothing calls this directly

Calls 1

pad_to_widthFunction · 0.90

Tested by

no test coverage detected