(t *testing.T)
| 91 | } |
| 92 | |
| 93 | func TestNewScrapePool(t *testing.T) { |
| 94 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 95 | testNewScrapePool(t, appV2) |
| 96 | }) |
| 97 | } |
| 98 | |
| 99 | func testNewScrapePool(t *testing.T, appV2 bool) { |
| 100 | var ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…