(t *testing.T)
| 159 | } |
| 160 | |
| 161 | func (s) TestCompressOK(t *testing.T) { |
| 162 | for _, e := range listTestEnv() { |
| 163 | testCompressOK(t, e) |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | func testCompressOK(t *testing.T, e env) { |
| 168 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected