yunojuno / django-juno-testrunner

A more useful (and slightly more glamorous) test runner for Django 1.6+ from the folks at YunoJuno
MIT License
7 stars 9 forks source link

Record individual test timings #26

Open hugorodgerbrown opened 8 years ago

hugorodgerbrown commented 8 years ago

When running long test suites it would be useful to know which tests take the most time. Could be as simple as appending the duration to the logging, so that it can be parsed out retrospectively.

stevejalim commented 8 years ago

PyCharm seems to do this (paging @nwjlyons) - I wonder if there's anything existing we can lean on easily.

Also am half recalling @gergelypolonkai talking about this, too

gergelypolonkai commented 8 years ago

I didn’t, although I think it is neat.

Actually, it is already logged (it gets into junit.xml!) so it just has to be displayed.