MCPcopy 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
73class TestGetCurrentBranch:

Callers

nothing calls this directly

Calls 1

get_repo_rootFunction · 0.90

Tested by

no test coverage detected