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

Function test_run

tests/commands/run_test.py:382–399  ·  view source on GitHub ↗
(
        cap_out,
        store,
        repo_with_passing_hook,
        options,
        outputs,
        expected_ret,
        stage,
)

Source from the content-addressed store, hash-verified

380 ),
381)
382def test_run(
383 cap_out,
384 store,
385 repo_with_passing_hook,
386 options,
387 outputs,
388 expected_ret,
389 stage,
390):
391 _test_run(
392 cap_out,
393 store,
394 repo_with_passing_hook,
395 options,
396 outputs,
397 expected_ret,
398 stage,
399 )
400
401
402def test_run_output_logfile(cap_out, store, tempdir_factory):

Callers

nothing calls this directly

Calls 1

_test_runFunction · 0.85

Tested by

no test coverage detected