it would be nice to have a PRINT_OUT_TEST_PROGRESS_AS_IT_RUNS flag
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Often while working on tests, I want to see which test is currently running, not just the test that completed.
if there was a PRINT_OUT_TEST_PROGRESS_AS_IT_RUNS, I would basically have it on all the time, except for over night runs.
It would print what test is about to run (before it runs)
and it would print out any info statements as they come in.
Contributor guide
Assessment
This issue has not been assessed yet.