[ 源代码: gotestsum ]
软件包:gotestsum(1.8.2-1 以及其他的)
Feature-rich runner for go test
`go test` runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test run results.
gotestsum runs tests, prints friendly test output and a summary of the test run. Requires Go 1.10+.
gotestsum works by running go test --json ./... and reading the JSON output.