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

Method test_clean_tree

tests/test_git_context.py:163–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161 self.assertIn("Initial commit", result)
162
163 def test_clean_tree(self):
164 ctx = GitContextSnapshot(
165 available=True,
166 branch="main",
167 )
168 result = format_git_status(ctx)
169 self.assertIn("Working tree clean", result)
170
171 def test_truncated_status(self):
172 ctx = GitContextSnapshot(

Callers

nothing calls this directly

Calls 2

GitContextSnapshotClass · 0.90
format_git_statusFunction · 0.90

Tested by

no test coverage detected