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

Method test_run_git_failure

tests/test_git_utilities.py:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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")
55 assert rc != 0
56
57 def test_run_git_timeout(self):
58 stdout, stderr, rc = _run_git(["log"], timeout=0.001)

Callers

nothing calls this directly

Calls 1

_run_gitFunction · 0.90

Tested by

no test coverage detected