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

Function TestIssueImportService_Create_invalidOwner

github/issue_import_test.go:148–155  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

146}
147
148func TestIssueImportService_Create_invalidOwner(t *testing.T) {
149 t.Parallel()
150 client, _, _ := setup(t)
151
152 ctx := t.Context()
153 _, _, err := client.IssueImport.Create(ctx, "%", "r", nil)
154 testURLParseError(t, err)
155}
156
157func TestIssueImportService_CheckStatus(t *testing.T) {
158 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
CreateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…