go-check / check

Rich testing for the Go language
Other
695 stars 180 forks source link

is there a way to show process (-check.vv) and get a summary of the failed tests at the end of the output #113

Open acgreek opened 5 years ago

acgreek commented 5 years ago

we use -check.vv so that we can see it progress of the test executing, but if there is failure of one of the tests, we currently have scroll/search for the failure in the output. It would be supper convenient if we had a way to also get a summary of the failed tests at the end of the stdio output.