MCPcopy Index your code
hub / github.com/google/go-github / TestGitService_GetCommit_invalidOwner

Function TestGitService_GetCommit_invalidOwner

github/git_commits_test.go:165–172  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

163}
164
165func TestGitService_GetCommit_invalidOwner(t *testing.T) {
166 t.Parallel()
167 client, _, _ := setup(t)
168
169 ctx := t.Context()
170 _, _, err := client.Git.GetCommit(ctx, "%", "%", "%")
171 testURLParseError(t, err)
172}
173
174func TestGitService_CreateCommit(t *testing.T) {
175 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
GetCommitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…