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

Function TestIssuesService_Create_invalidOwner

github/issues_test.go:340–347  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

338}
339
340func TestIssuesService_Create_invalidOwner(t *testing.T) {
341 t.Parallel()
342 client, _, _ := setup(t)
343
344 ctx := t.Context()
345 _, _, err := client.Issues.Create(ctx, "%", "r", nil)
346 testURLParseError(t, err)
347}
348
349func TestIssuesService_Edit(t *testing.T) {
350 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…