rakyll / gotest

go test with colors
BSD 3-Clause "New" or "Revised" License
1.35k stars 62 forks source link

feat: add summary counter failed/passed/skipped tests #33

Open jeremybaumont opened 4 years ago

jeremybaumont commented 4 years ago

Refers to #32

Why

The only 2 things that we would like to add to go test output were colors, that is solved with gotest project and a one line summary to count tests passed, skipped and/or failed. The later helps us with our TDD loop.

What

subtlepseudonym commented 4 years ago

I believe this is beyond the scope of gotest. You could add the summary line with a bash script