mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add basic perl repo test
This commit is contained in:
parent
aee7843bec
commit
1295364986
7 changed files with 52 additions and 0 deletions
|
|
@ -876,3 +876,10 @@ def test_manifest_hooks(tempdir_factory, store):
|
|||
types=['file'],
|
||||
verbose=False,
|
||||
)
|
||||
|
||||
|
||||
def test_perl_hook(tempdir_factory, store):
|
||||
_test_hook_repo(
|
||||
tempdir_factory, store, 'perl_hooks_repo',
|
||||
'perl-hook', [], b'Hello from perl-commit Perl!\n',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue