From: Barry Warsaw Date: Fri, 6 Dec 1996 23:30:49 +0000 (+0000) Subject: Added test_time X-Git-Tag: v1.5a1~862 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ab7f077ffb3c3021f16984a658dea67cb810464;p=thirdparty%2FPython%2Fcpython.git Added test_time --- diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 6733a2c4a62c..aef9cdcd0ae1 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -33,4 +33,8 @@ print 'test_math' unload('test_math') import test_math +print 'test_time' +unload('test_time') +import test_time + print 'Passed all tests.'