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

Function test_full_msg

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

Source from the content-addressed store, hash-verified

43
44
45def test_full_msg():
46 ret = _full_msg(
47 start='start',
48 end_msg='end',
49 end_color='',
50 use_color=False,
51 cols=15,
52 )
53 # 6 dots: 15 - 5 - 3 - 1
54 assert ret == 'start......end\n'
55
56
57def test_full_msg_with_cjk():

Callers

nothing calls this directly

Calls 1

_full_msgFunction · 0.90

Tested by

no test coverage detected