gotestyourself / gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Apache License 2.0
2.04k stars 121 forks source link

Print the test timeout panic as package output #298

Closed dnephin closed 1 year ago

dnephin commented 1 year ago

This is a workaround for the race in test2json. See https://github.com/golang/go/issues/57305

Fixes #292

dnephin commented 1 year ago

Thank you confirming the fix!