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

Function TestRepositoriesService_ListByUser_invalidUser

github/repos_test.go:124–131  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

122}
123
124func TestRepositoriesService_ListByUser_invalidUser(t *testing.T) {
125 t.Parallel()
126 client, _, _ := setup(t)
127
128 ctx := t.Context()
129 _, _, err := client.Repositories.ListByUser(ctx, "%", nil)
130 testURLParseError(t, err)
131}
132
133func TestRepositoriesService_ListByOrg(t *testing.T) {
134 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
ListByUserMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…