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

Method test_fields

tests/test_git_utilities.py:160–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158
159class TestDiffResult:
160 def test_fields(self):
161 dr = DiffResult(diff_text="diff output", files_changed=3, insertions=10, deletions=5)
162 assert dr.files_changed == 3
163 assert dr.insertions == 10
164 assert dr.deletions == 5
165
166
167class TestCommitAttribution:

Callers

nothing calls this directly

Calls 1

DiffResultClass · 0.90

Tested by

no test coverage detected