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

Function test_start_msg

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

Source from the content-addressed store, hash-verified

37
38
39def test_start_msg():
40 ret = _start_msg(start='start', end_len=5, cols=15)
41 # 4 dots: 15 - 5 - 5 - 1
42 assert ret == 'start....'
43
44
45def test_full_msg():

Callers

nothing calls this directly

Calls 1

_start_msgFunction · 0.90

Tested by

no test coverage detected