[New-bugs-announce] [issue4080] pyunit - display time of each test case - patch

Pawel Prokop report at bugs.python.org
Wed Oct 8 22:28:16 CEST 2008


New submission from Pawel Prokop <pablo at uek.krakow.pl>:

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?

----------
components: None
files: pyunit_time.patch
keywords: patch
messages: 74545
nosy: pprokop
severity: normal
status: open
title: pyunit - display time of each test case - patch
type: feature request
versions: 3rd party
Added file: http://bugs.python.org/file11751/pyunit_time.patch

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


More information about the New-bugs-announce mailing list