MCPcopy Create free account
hub / github.com/google/go-github / TestGistsService_Get_invalidID

Function TestGistsService_Get_invalidID

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

Source from the content-addressed store, hash-verified

420}
421
422func TestGistsService_Get_invalidID(t *testing.T) {
423 t.Parallel()
424 client, _, _ := setup(t)
425
426 ctx := t.Context()
427 _, _, err := client.Gists.Get(ctx, "%")
428 testURLParseError(t, err)
429}
430
431func TestGistsService_GetRevision(t *testing.T) {
432 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…