Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e4b354

Browse files
authored
Merge pull request #3574 from pre-commit/rm-hook-with-spaces-test
remove redundant system spaces test
2 parents 65175f3 + 8bbfcf1 commit 5e4b354

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

testing/resources/system_hook_with_spaces_repo/.pre-commit-hooks.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/repository_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ def _test_hook_repo(
8080
assert out == expected
8181

8282

83-
def test_system_hook_with_spaces(tempdir_factory, store):
84-
_test_hook_repo(
85-
tempdir_factory, store, 'system_hook_with_spaces_repo',
86-
'system-hook-with-spaces', [os.devnull], b'Hello World\n',
87-
)
88-
89-
9083
def test_missing_executable(tempdir_factory, store):
9184
_test_hook_repo(
9285
tempdir_factory, store, 'not_found_exe',

0 commit comments

Comments
 (0)