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

Function test_get_skips

tests/commands/run_test.py:606–608  ·  view source on GitHub ↗
(environ, expected_output)

Source from the content-addressed store, hash-verified

604 ),
605)
606def test_get_skips(environ, expected_output):
607 ret = _get_skips(environ)
608 assert ret == expected_output
609
610
611def test_skip_hook(cap_out, store, repo_with_passing_hook):

Callers

nothing calls this directly

Calls 1

_get_skipsFunction · 0.90

Tested by

no test coverage detected