xhd2015 / xgo

All-in-one go testing library
MIT License
368 stars 19 forks source link

text-explorer: show subtest even when running single test #253

Open xhd2015 opened 4 months ago

xhd2015 commented 4 months ago

Always add -json to xgo test, but convert them to terminal output if necessary.

xhd2015 commented 3 months ago

There is a go tool test2json: https://pkg.go.dev/cmd/test2json , which can help to convert test output to JSON.