MCPcopy Create free account
hub / github.com/DevCloudNinjas/DevOps-Projects / _run

Function _run

tools/tests/test_quality_gate.py:10–11  ·  view source on GitHub ↗
(cmd: list[str], cwd: Path)

Source from the content-addressed store, hash-verified

8
9
10def _run(cmd: list[str], cwd: Path) -> None:
11 subprocess.run(cmd, cwd=cwd, check=True, capture_output=True, text=True)
12
13
14@pytest.fixture()

Callers 4

git_repoFunction · 0.70
_commit_allFunction · 0.70

Calls 1

runMethod · 0.45

Tested by

no test coverage detected