Test names are not aligned with -vv when some tests take minutes and other seconds
Here is an example of fastest output on the latest version:

Before the time was formatted, the last column looked much better:

The solution could be either to add second tab after time or format time so that it always fits withing 8 characters. I could create a pull request, but I'm not sure which option is better.
How would you let time fit 8 chars? I think that would be better to re-align tests names.
WDYT?
3m5.530s something like that could work, but it already doesn't cover double digit minutes. I will submit a pull request adding an extra tab then.
@perk11 had you a chance to work on this?
Looking better, neither min, secs and ms are aligned "each other". How would we like to preceed here? I can add tabs for "column" alignment but maybe would be good to align values in time column. WDYT?