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

Function TestIssuesService_ListLabels_invalidOwner

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
ListLabelsMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…