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

Function TestUsersService_IsFollowing_invalidUser

github/users_followers_test.go:310–317  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

308}
309
310func TestUsersService_IsFollowing_invalidUser(t *testing.T) {
311 t.Parallel()
312 client, _, _ := setup(t)
313
314 ctx := t.Context()
315 _, _, err := client.Users.IsFollowing(ctx, "%", "%")
316 testURLParseError(t, err)
317}
318
319func TestUsersService_Follow(t *testing.T) {
320 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
IsFollowingMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…