Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ test_not_a_repo
Method
test_not_a_repo
tests/test_git_utilities.py:68–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
assert os.path.isdir(root)
67
68
def
test_not_a_repo(self):
69
root = get_repo_root(
"/tmp"
)
70
assert root is None
71
72
73
class
TestGetCurrentBranch:
Callers
nothing calls this directly
Calls
1
get_repo_root
Function · 0.90
Tested by
no test coverage detected