MCPcopy Index your code
hub / github.com/dbcli/pgcli / test_skip_initial_comment

Function test_skip_initial_comment

tests/test_config.py:42–43  ·  view source on GitHub ↗
(text, skipped_lines)

Source from the content-addressed store, hash-verified

40 ),
41)
42def test_skip_initial_comment(text, skipped_lines):
43 assert skip_initial_comment(io.StringIO(text)) == skipped_lines

Callers

nothing calls this directly

Calls 1

skip_initial_commentFunction · 0.90

Tested by

no test coverage detected