This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients BreamoreBoy, eric.araujo, ezio.melotti, michael.foord, piotr.dobrogost, pprokop, rhettinger
Date 2012-03-02.15:27:34
SpamBayes Score 0.00010330715
Marked as misclassified No
Message-id <1330702055.49.0.079914133442.issue4080@psf.upfronthosting.co.za>
In-reply-to
Content
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__.MyTestCase) ... [0.000486s] skipped 'demonstrating skipping'
+   test_windows_support (__main__.MyTestCase) ... [0.000090s] skipped 'requires Windows'

It might still be useful to find the slowest test(s), or for test suites that take a long time (so I'm not opposed to having it as an option that can be enabled if needed), but for most of the tests it will just show an almost meaningless fraction of second.
History
Date User Action Args
2012-03-02 15:27:35ezio.melottisetrecipients: + ezio.melotti, rhettinger, eric.araujo, pprokop, michael.foord, BreamoreBoy, piotr.dobrogost
2012-03-02 15:27:35ezio.melottisetmessageid: <1330702055.49.0.079914133442.issue4080@psf.upfronthosting.co.za>
2012-03-02 15:27:34ezio.melottilinkissue4080 messages
2012-03-02 15:27:34ezio.melotticreate