commit | 49852831fc103db3a395980df26d12f97cc9477b | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Dec 09 21:49:55 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Dec 09 21:49:55 1996 +0000 |
tree | a163093218503a1c5c680adb953d7a449f243f6e | |
parent | ad522facf704e7ab3971331f1c8ce4b42a9997a9 [diff] [blame] |
Added test_strop
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 @@ unload('test_array') import test_array +print 'test_strop' +unload('test_strop') +import test_strop + print 'Passed all tests.'