MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / test_empty_diff

Function test_empty_diff

tests/test_git_utils.py:48–51  ·  view source on GitHub ↗

Test diff when there are no changes.

(temp_repo)

Source from the content-addressed store, hash-verified

46
47
48def test_empty_diff(temp_repo):
49 """Test diff when there are no changes."""
50 result = diff(temp_repo, "1.1")
51 assert result == {}
52
53
54def test_single_file_change(temp_repo):

Callers

nothing calls this directly

Calls 1

diffFunction · 0.90

Tested by

no test coverage detected