Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DevCloudNinjas/DevOps-Projects
/ _run
Function
_run
tools/tests/test_project_inventory.py:17–18 ·
view source on GitHub ↗
(cmd: list[str], cwd: Path)
Source
from the content-addressed store, hash-verified
15
16
17
def
_run(cmd: list[str], cwd: Path) -> None:
18
subprocess.run(cmd, cwd=cwd, check=True, capture_output=True, text=True)
19
20
21
def
_write_metadata(repo: Path) -> None:
Callers
1
test_list_main_outputs_github_matrix_for_changed_projects
Function · 0.70
Calls
1
run
Method · 0.45
Tested by
no test coverage detected