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

Method test_fields

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

Source from the content-addressed store, hash-verified

166
167class TestCommitAttribution:
168 def test_fields(self):
169 ca = CommitAttribution(
170 path="file.txt",
171 modified_by_claude=True,
172 lines_added=10,
173 lines_removed=3,
174 )
175 assert ca.modified_by_claude is True
176 assert ca.modified_by_user is False

Callers

nothing calls this directly

Calls 1

CommitAttributionClass · 0.90

Tested by

no test coverage detected