[New-bugs-announce] [issue11578] Increase test coverage for timeit.py

Michael Henry report at bugs.python.org
Wed Mar 16 21:27:07 CET 2011


New submission from Michael Henry <python at drmikehenry.com>:

The timeit.py module has no specific tests.  The attached patch adds
Lib/test/test_timeit.py for unit testing, along with slight modifications
to timeit.py to support predictable unit testing.

----------
components: Library (Lib)
files: timeit_unit_test.patch
keywords: patch
messages: 131171
nosy: michael.henry, r.david.murray
priority: normal
severity: normal
status: open
title: Increase test coverage for timeit.py
Added file: http://bugs.python.org/file21251/timeit_unit_test.patch

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


More information about the New-bugs-announce mailing list