(tempdir_factory, store)
| 157 | |
| 158 | |
| 159 | def 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 | |
| 166 | def test_additional_dependencies_roll_forward(tempdir_factory, store): |
nothing calls this directly
no test coverage detected