Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
_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_repo
Function · 0.70
_commit_all
Function · 0.70
test_tracked_ignored_files_are_reported
Function · 0.70
test_deleted_tracked_ignored_files_are_not_reported
Function · 0.70
Calls
1
run
Method · 0.45
Tested by
no test coverage detected