(t *testing.T)
| 176 | } |
| 177 | |
| 178 | func (s) TestPickExtraMetadata(t *testing.T) { |
| 179 | for _, e := range listTestEnv() { |
| 180 | testPickExtraMetadata(t, e) |
| 181 | } |
| 182 | } |
| 183 | |
| 184 | func testPickExtraMetadata(t *testing.T, e env) { |
| 185 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected