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

Function TestRepositoriesService_ListKeys_invalidOwner

github/repos_keys_test.go:53–60  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

51}
52
53func TestRepositoriesService_ListKeys_invalidOwner(t *testing.T) {
54 t.Parallel()
55 client, _, _ := setup(t)
56
57 ctx := t.Context()
58 _, _, err := client.Repositories.ListKeys(ctx, "%", "%", nil)
59 testURLParseError(t, err)
60}
61
62func TestRepositoriesService_GetKey(t *testing.T) {
63 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
ListKeysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…