text-explorer: show subtest even when running single test
xhd2015 opened this issue · 1 comments
xhd2015 commented
Always add -json
to xgo test
, but convert them to terminal output if necessary.
xhd2015 commented
There is a go tool test2json
: https://pkg.go.dev/cmd/test2json , which can help to convert test output to JSON.