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

Method test_list_main

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

Source from the content-addressed store, hash-verified

151
152class TestListWorktrees:
153 def test_list_main(self, git_repo):
154 worktrees = list_worktrees(git_repo)
155 assert len(worktrees) >= 1
156 assert worktrees[0].is_main is True
157
158
159class TestDiffResult:

Callers

nothing calls this directly

Calls 1

list_worktreesFunction · 0.90

Tested by

no test coverage detected