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

Function TestIssuesService_GetLabel_invalidOwner

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

Source from the content-addressed store, hash-verified

95}
96
97func TestIssuesService_GetLabel_invalidOwner(t *testing.T) {
98 t.Parallel()
99 client, _, _ := setup(t)
100
101 ctx := t.Context()
102 _, _, err := client.Issues.GetLabel(ctx, "%", "%", "%")
103 testURLParseError(t, err)
104}
105
106func TestIssuesService_CreateLabel(t *testing.T) {
107 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
GetLabelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…