Is there any way to print a message when using go test
regardless of success or failure without using verbose mode?
I'm generating dummy data and repeatedly running the test and would like to always tell developers the cases covered by the test.
Looking around all the questions I see about this just point to verbose mode and I don't see anything in the godoc.