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

Method test_get_default

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

Source from the content-addressed store, hash-verified

78
79class TestGetDefaultBranch:
80 def test_get_default(self, git_repo):
81 default = get_default_branch(git_repo)
82 assert default in ("main", "master")
83
84
85class TestGetFileStatus:

Callers

nothing calls this directly

Calls 1

get_default_branchFunction · 0.90

Tested by

no test coverage detected