Short list of tests in output
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
I suppose this is related to issue https://github.com/philsquared/Catch/issues/378 which asks for a shortened version of the output.
However, what I'd like is a simple one line output of which test is being run when I use a certain flag such as -v (for verbose). I get a similar effect right now using the '-d yes' option. But that's a bit funky to have to use such an option just to see the list of tests being run. Plus, it prints the name of the test after it was executed, not before. So when I get an error, I still don't know which test failed (I can look using the --list as it will be the test after the last one -d printed, but that's really convoluted.)
So, that -v would just print the name of the test like the -d, although without the timing, obviously.
Contributor guide
Assessment
This issue has not been assessed yet.