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

Function test_lots_of_files

tests/repository_test.py:159–163  ·  view source on GitHub ↗
(tempdir_factory, store)

Source from the content-addressed store, hash-verified

157
158
159def test_lots_of_files(tempdir_factory, store):
160 _test_hook_repo(
161 tempdir_factory, store, 'script_hooks_repo',
162 'bash_hook', [os.devnull] * 15000, mock.ANY,
163 )
164
165
166def test_additional_dependencies_roll_forward(tempdir_factory, store):

Callers

nothing calls this directly

Calls 1

_test_hook_repoFunction · 0.85

Tested by

no test coverage detected