jimporter / mettle

A C++20 unit test framework
https://jimporter.github.io/mettle
BSD 3-Clause "New" or "Revised" License
122 stars 12 forks source link

Indicate if there's suppressed terminal output in verbose mode #35

Closed jimporter closed 6 years ago

jimporter commented 6 years ago

(Spun out from #33)

Right now, there's no indication that terminal output has been suppressed. This is sad. There should at least be something in verbose mode, since it has all the other details of each test. Something like this would probably be good:

my test that prints to stdout PASSED [stdout]
my test that prints to stderr PASSED [stderr]
my test that prints to both PASSED [stdout+err]