MCPcopy Create free account
hub / github.com/catchorg/Catch2 / test_cli_parameter

Function test_cli_parameter

tests/TestScripts/testBazelExitGuardFile.py:45–51  ·  view source on GitHub ↗
(bin_path, guard_path)

Source from the content-addressed store, hash-verified

43 run_common([bin_path], env)
44
45def test_cli_parameter(bin_path, guard_path):
46 cmd = [
47 bin_path,
48 '--premature-exit-guard-file',
49 guard_path
50 ]
51 run_common(cmd)
52
53def test_no_crash(bin_path, guard_path):
54 cmd = [

Callers

nothing calls this directly

Calls 1

run_commonFunction · 0.85

Tested by

no test coverage detected