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

Function TestGitService_CreateCommit_invalidOwner

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

Source from the content-addressed store, hash-verified

490}
491
492func TestGitService_CreateCommit_invalidOwner(t *testing.T) {
493 t.Parallel()
494 client, _, _ := setup(t)
495
496 ctx := t.Context()
497 _, _, err := client.Git.CreateCommit(ctx, "%", "%", Commit{}, nil)
498 testURLParseError(t, err)
499}
500
501func TestSignatureVerification_Marshal(t *testing.T) {
502 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
CreateCommitMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…