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

Function TestIssuesService_Get_invalidOwner

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

Source from the content-addressed store, hash-verified

286}
287
288func TestIssuesService_Get_invalidOwner(t *testing.T) {
289 t.Parallel()
290 client, _, _ := setup(t)
291
292 ctx := t.Context()
293 _, _, err := client.Issues.Get(ctx, "%", "r", 1)
294 testURLParseError(t, err)
295}
296
297func TestIssuesService_Create(t *testing.T) {
298 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…