]> granicus.if.org Git - python/commitdiff
Added test_time
authorBarry Warsaw <barry@python.org>
Fri, 6 Dec 1996 23:30:49 +0000 (23:30 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 6 Dec 1996 23:30:49 +0000 (23:30 +0000)
Lib/test/testall.py

index 6733a2c4a62c286733040bf188d47a24d906dd4c..aef9cdcd0ae1cf0d7ed2f75391e4b84bcb71412a 100644 (file)
@@ -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.'