MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / test_perl_additional_dependencies

Function test_perl_additional_dependencies

tests/languages/perl_test.py:59–69  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

57
58
59def test_perl_additional_dependencies(tmp_path):
60 _make_local_repo(str(tmp_path))
61
62 ret, out = run_language(
63 tmp_path,
64 perl,
65 'perltidy --version',
66 deps=('SHANCOCK/Perl-Tidy-20211029.tar.gz',),
67 )
68 assert ret == 0
69 assert out.startswith(b'This is perltidy, v20211029')

Callers

nothing calls this directly

Calls 2

_make_local_repoFunction · 0.90
run_languageFunction · 0.90

Tested by

no test coverage detected