MCPcopy Create free account
hub / github.com/HypothesisWorks/hypothesis / run_script

Function run_script

tooling/src/hypothesistooling/scripts.py:38–40  ·  view source on GitHub ↗
(script, *args, **kwargs)

Source from the content-addressed store, hash-verified

36
37
38def run_script(script, *args, **kwargs):
39 print_command(script, args)
40 return subprocess.check_call([os.path.join(SCRIPTS, script), *args], **kwargs)
41
42
43SCRIPTS = ROOT / "tooling" / "scripts"

Callers

nothing calls this directly

Calls 1

print_commandFunction · 0.85

Tested by

no test coverage detected