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

Function TestGistsService_Edit_invalidID

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

Source from the content-addressed store, hash-verified

607}
608
609func TestGistsService_Edit_invalidID(t *testing.T) {
610 t.Parallel()
611 client, _, _ := setup(t)
612
613 ctx := t.Context()
614 _, _, err := client.Gists.Edit(ctx, "%", nil)
615 testURLParseError(t, err)
616}
617
618func TestGistsService_ListCommits(t *testing.T) {
619 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
EditMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…