MCPcopy
hub / github.com/pre-commit/pre-commit / test_run_dep

Function test_run_dep

tests/languages/haskell_test.py:41–43  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

39
40
41def test_run_dep(tmp_path):
42 result = run_language(tmp_path, haskell, 'hello', deps=['hello'])
43 assert result == (0, b'Hello, World!\n')
44
45
46def test_run_empty(tmp_path):

Callers

nothing calls this directly

Calls 1

run_languageFunction · 0.90

Tested by

no test coverage detected