(in_git_dir, tempdir_factory, store)
| 149 | |
| 150 | |
| 151 | def test_cwd_of_hook(in_git_dir, tempdir_factory, store): |
| 152 | # Note: this doubles as a test for `system` hooks |
| 153 | _test_hook_repo( |
| 154 | tempdir_factory, store, 'prints_cwd_repo', |
| 155 | 'prints_cwd', ['-L'], _norm_pwd(in_git_dir.strpath) + b'\n', |
| 156 | ) |
| 157 | |
| 158 | |
| 159 | def test_lots_of_files(tempdir_factory, store): |
nothing calls this directly
no test coverage detected