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

Function TestGistsService_List_invalidUser

github/gists_test.go:306–313  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

304}
305
306func TestGistsService_List_invalidUser(t *testing.T) {
307 t.Parallel()
308 client, _, _ := setup(t)
309
310 ctx := t.Context()
311 _, _, err := client.Gists.List(ctx, "%", nil)
312 testURLParseError(t, err)
313}
314
315func TestGistsService_ListAll(t *testing.T) {
316 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
ListMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…