MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / test_full_msg_with_cjk

Function test_full_msg_with_cjk

tests/commands/run_test.py:57–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def test_full_msg_with_cjk():
58 ret = _full_msg(
59 start='啊あ아',
60 end_msg='end',
61 end_color='',
62 use_color=False,
63 cols=15,
64 )
65 # 5 dots: 15 - 6 - 3 - 1
66 assert ret == '啊あ아.....end\n'
67
68
69def test_full_msg_with_color():

Callers

nothing calls this directly

Calls 1

_full_msgFunction · 0.90

Tested by

no test coverage detected