Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ test_run_git_timeout
Method
test_run_git_timeout
tests/test_git_utilities.py:57–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
assert rc != 0
56
57
def
test_run_git_timeout(self):
58
stdout, stderr, rc = _run_git([
"log"
], timeout=0.001)
59
assert rc != 0 or stdout ==
""
60
61
62
class
TestGetRepoRoot:
Callers
nothing calls this directly
Calls
1
_run_git
Function · 0.90
Tested by
no test coverage detected