How tparse output is ordered
mainWhen using various flags, tparse follows a specific print order:
- Raw
go testoutput (only if the-followflag is used). - Passed/skipped table (if
-all,-skip, or-passflags are used). - Failed tests and panics.
- Package-level summary table.
By default, tparse always returns test failures and panics, followed by a package-level summary table.