summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r--Lib/test/testall.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index 5f17be1..92e7b9f 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -25,4 +25,8 @@ print 'test_exceptions'
unload('test_exceptions')
import test_exceptions
+print 'test_types'
+unload('test_types')
+import test_types
+
print 'Passed all tests.'