(tempdir_factory, store)
| 90 | |
| 91 | |
| 92 | def test_run_a_script_hook(tempdir_factory, store): |
| 93 | _test_hook_repo( |
| 94 | tempdir_factory, store, 'script_hooks_repo', |
| 95 | 'bash_hook', ['bar'], b'bar\nHello World\n', |
| 96 | ) |
| 97 | |
| 98 | |
| 99 | def test_run_hook_with_spaced_args(tempdir_factory, store): |
nothing calls this directly
no test coverage detected