﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
634	trial Reporter which shows per-test times	warner	warner	"I've been casually trying to speed up our unit test suite, and it would help me focus my attention if the Reporter class could tell me which tests were taking the most time (especially on the slower buildslaves, where I'm not watching the output in realtime).

So it's be nice if there were a Reporter class which would emit the elapsed time of each test case, right next to the {{{[OK]}}} line, something like:

{{{
allmydata.test.test_system
  SystemTest
    test_mutable ...                    [OK] 2.12s
}}}

We have a custom Reporter class for figleaf already, so it shouldn't be too hard to build this one.

I'd want to run this on all the buildbot builds. I'm not sure I'd want to make it the default for 'make test', but maybe it wouldn't be too distracting.
"	enhancement	closed	minor	1.4.1	dev-infrastructure	1.3.0	fixed			
