[issue4080] unittest: display time used by each test case

Éric Araujo report at bugs.python.org
Fri Mar 2 16:36:41 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

Also, when you’re tracking down slow tests, you may want to run your tests with the time needed by each test file and then each test method.

Nite that I don’t know of a way to have unittest print each test file to stdout now (i.e. a level of verbosity between “just one dot” and “each method”).

----------
title: unittest: display time of each test case -> unittest: display time used by each test case
versions: +Python 3.3 -Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4080>
_______________________________________


More information about the Python-bugs-list mailing list