gatk icon indicating copy to clipboard operation
gatk copied to clipboard

Tests should print per-test status, otherwise it is difficult to see what tests fail or are skipped

Open yurivict opened this issue 1 year ago • 0 comments

The testsuite seems to merge outputs of all tests into the same output stream, which makes it difficult to read.

Please consider improving testsuite output to show only one or 2 lines for each test: started, and succeeded/failed/skipped.

Or you can implement the TUI-like feature always showing what tests care currently running and status of finished tests, like tests in meson projects do.

The current testsuite output is just unreadable.

yurivict avatar Aug 02 '24 21:08 yurivict