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

Method test_no_changes

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

Source from the content-addressed store, hash-verified

130
131class TestGetSessionDiff:
132 def test_no_changes(self, git_repo):
133 result = get_session_diff(git_repo)
134 assert isinstance(result, DiffResult)
135 assert result.diff_text == ""
136
137 def test_with_changes(self, git_repo):
138 with open(os.path.join(git_repo, "README.md"), "a") as f:

Callers

nothing calls this directly

Calls 1

get_session_diffFunction · 0.90

Tested by

no test coverage detected