(t *testing.T)
| 190 | } |
| 191 | |
| 192 | func TestSearchService_Topics_coverage(t *testing.T) { |
| 193 | t.Parallel() |
| 194 | client, _, _ := setup(t) |
| 195 | |
| 196 | ctx := t.Context() |
| 197 | |
| 198 | const methodName = "Topics" |
| 199 | testBadOptions(t, methodName, func() (err error) { |
| 200 | _, _, err = client.Search.Topics(ctx, "\n", nil) |
| 201 | return err |
| 202 | }) |
| 203 | } |
| 204 | |
| 205 | func TestSearchService_Commits(t *testing.T) { |
| 206 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…