adiar icon indicating copy to clipboard operation
adiar copied to clipboard

Print summary at end of running tests with statistics print

Open SSoelvsten opened this issue 2 years ago • 0 comments

When printing statistics in our unit tests it is very hard to see whether they parsed or not. If statistics are turned on, we ought to do a nice summary printing below of whether the unit tests passed or not.

  • [ ] Pretty print in green when unit tests have passed.
  • [ ] Pretty print in red with the number of unit tests failing.

Alternatively, if unit tests have failed, then don't print statistics (or just print them to a string, not std::cout.

SSoelvsten avatar Dec 13 '22 20:12 SSoelvsten