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 michael.henry
Recipients michael.henry, r.david.murray
Date 2011-03-16.20:27:05
SpamBayes Score 0.003617894
Marked as misclassified No
Message-id <1300307227.56.0.233218695639.issue11578@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-16 20:27:07michael.henrysetrecipients: + michael.henry, r.david.murray
2011-03-16 20:27:07michael.henrysetmessageid: <1300307227.56.0.233218695639.issue11578@psf.upfronthosting.co.za>
2011-03-16 20:27:06michael.henrylinkissue11578 messages
2011-03-16 20:27:06michael.henrycreate