MCPcopy Create free account
hub / github.com/LegacyCodeHQ/clarity-cli / TestGetCommitRangeFiles_InvalidPath

Function TestGetCommitRangeFiles_InvalidPath

vcs/git/git_diff_test.go:700–705  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

698}
699
700func TestGetCommitRangeFiles_InvalidPath(t *testing.T) {
701 _, err := GetCommitRangeFiles("/nonexistent/path", "abc", "def")
702
703 assert.Error(t, err)
704 assert.Contains(t, err.Error(), "does not exist")
705}

Callers

nothing calls this directly

Calls 1

GetCommitRangeFilesFunction · 0.85

Tested by

no test coverage detected