diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/testall.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 6733a2c..aef9cdc 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.' |