[issue4080] unittest: display time of each test case

2012-03-02 Thread Ezio Melotti
Ezio Melotti added the comment: Because it looks like line noise and doesn't provide an useful information in most of the cases (at least for me), see e.g.: + test_format (__main__.MyTestCase) ... [0.000612s] skipped 'not supported in this library version' + test_nothing (__main__.MyTestC

[issue4080] unittest: display time of each test case

2012-03-01 Thread Michael Foord
Michael Foord added the comment: Yes, it would definitely be useful (as would a count of how far through the test run we are [27/129] style). Getting to completing (even for testing) the "extensible" unittest is something I will still do (and nose2 is being built off the prototype work I did)

[issue4080] unittest: display time of each test case

2012-02-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: I think this would be a useful feature. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bu

[issue4080] unittest: display time of each test case

2012-02-29 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo title: pyunit - display time of each test case - patch -> unittest: display time of each test case ___ Python tracker ___ _