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

Method test_valid_repo

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

Source from the content-addressed store, hash-verified

61
62class TestGetRepoRoot:
63 def test_valid_repo(self, git_repo):
64 root = get_repo_root(git_repo)
65 assert root is not None
66 assert os.path.isdir(root)
67
68 def test_not_a_repo(self):
69 root = get_repo_root("/tmp")

Callers

nothing calls this directly

Calls 1

get_repo_rootFunction · 0.90

Tested by

no test coverage detected