(t *testing.T)
| 520 | } |
| 521 | |
| 522 | func TestSearchService_Code_coverage(t *testing.T) { |
| 523 | t.Parallel() |
| 524 | client, _, _ := setup(t) |
| 525 | |
| 526 | ctx := t.Context() |
| 527 | |
| 528 | const methodName = "Code" |
| 529 | testBadOptions(t, methodName, func() (err error) { |
| 530 | _, _, err = client.Search.Code(ctx, "\n", nil) |
| 531 | return err |
| 532 | }) |
| 533 | } |
| 534 | |
| 535 | func TestSearchService_CodeTextMatch(t *testing.T) { |
| 536 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…