gatk
gatk copied to clipboard
Tests should print per-test status, otherwise it is difficult to see what tests fail or are skipped
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.