()
| 202 | }) |
| 203 | |
| 204 | func makeTestContext() (*common.Context, func()) { |
| 205 | return makeTestContextWithBuffer(os.Stdout) |
| 206 | } |
| 207 | |
| 208 | func makeTestContextWithBuffer(w interface{ Write([]byte) (int, error) }) (*common.Context, func()) { |
| 209 | buildDir, err := os.MkdirTemp("", "build") |
no test coverage detected