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

Function TestPullRequestsService_Create_invalidOwner

github/pulls_test.go:399–406  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

397}
398
399func TestPullRequestsService_Create_invalidOwner(t *testing.T) {
400 t.Parallel()
401 client, _, _ := setup(t)
402
403 ctx := t.Context()
404 _, _, err := client.PullRequests.Create(ctx, "%", "r", nil)
405 testURLParseError(t, err)
406}
407
408func TestPullRequestsService_UpdateBranch(t *testing.T) {
409 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
CreateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…