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 f85ac8a..f8ce346 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -41,4 +41,8 @@ print 'test_array'
unload('test_array')
import test_array
+print 'test_strop'
+unload('test_strop')
+import test_strop
+
print 'Passed all tests.'