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

Function test_full_msg_with_postfix

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

Source from the content-addressed store, hash-verified

79
80
81def test_full_msg_with_postfix():
82 ret = _full_msg(
83 start='start',
84 postfix='post ',
85 end_msg='end',
86 end_color='',
87 use_color=False,
88 cols=20,
89 )
90 # 6 dots: 20 - 5 - 5 - 3 - 1
91 assert ret == 'start......post end\n'
92
93
94def test_full_msg_postfix_not_colored():

Callers

nothing calls this directly

Calls 1

_full_msgFunction · 0.90

Tested by

no test coverage detected