Pawel Prokop added the comment:
I agree with Ezio,
this feature should have an option to enable/disable.
Anyway, I use it in different way.
Since 2008, I've used this feature for performance comparision, whether some
implementation changes in application code did not slow down applic
Pawel Prokop added the comment:
I think that a delay time of calling a decorator is not important, because this
should be constant in each test execution, so no matter.
I shall be able to provide a patch in few days.
Thanks
--
___
Python tracker
Pawel Prokop added the comment:
Repack of unittest was good idea. It is a patch against trunk, one test
case is provided and documentation update.
--
Added file: http://bugs.python.org/file15332/unittest_runTime.patch
___
Python tracker
<h
New submission from Pawel Prokop <[EMAIL PROTECTED]>:
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 i