MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_run_git_ok

Method test_run_git_ok

tests/test_git_utilities.py:49–51  ·  view source on GitHub ↗
(self, git_repo)

Source from the content-addressed store, hash-verified

47
48class TestRunGit:
49 def test_run_git_ok(self, git_repo):
50 result = _run_git_ok(["rev-parse", "--is-inside-work-tree"], git_repo)
51 assert result == "true"
52
53 def test_run_git_failure(self):
54 stdout, stderr, rc = _run_git(["rev-parse", "--is-inside-work-tree"], "/tmp")

Callers

nothing calls this directly

Calls 1

_run_git_okFunction · 0.90

Tested by

no test coverage detected