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 pprokop
Recipients pprokop
Date 2008-10-08.20:28:14
SpamBayes Score 6.935268e-06
Marked as misclassified No
Message-id <1223497696.14.0.913391715353.issue4080@psf.upfronthosting.co.za>
In-reply-to
Content
I've needed to measure each unit test running time
to measure the performance changing of each functionality
that every test case tests.
Latest version of pyunit has only displayed summary running time of the
suite, so I've implemented small enhancement to unittest.py that 
(in verbose mode) shows time of each test case run.
Maybe that would be usefull for anybody else?
History
Date User Action Args
2008-10-08 20:28:16pprokopsetrecipients: + pprokop
2008-10-08 20:28:16pprokopsetmessageid: <1223497696.14.0.913391715353.issue4080@psf.upfronthosting.co.za>
2008-10-08 20:28:15pprokoplinkissue4080 messages
2008-10-08 20:28:14pprokopcreate