]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added test_strop
authorBarry Warsaw <barry@python.org>
Mon, 9 Dec 1996 21:49:55 +0000 (21:49 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 9 Dec 1996 21:49:55 +0000 (21:49 +0000)
Lib/test/testall.out
Lib/test/testall.py

index b487b702f81480725aa956fa95622d9c79925507..4678122fc12d055132a5a3044d5673b53e67dc8a 100644 (file)
@@ -166,4 +166,5 @@ tan
 tanh
 test_time
 test_array
+test_strop
 Passed all tests.
index f85ac8aa6535ff5ca2496549003dcc0bee28fffa..f8ce34691a26d8039a3fe4d89012163ed85d2304 100644 (file)
@@ -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.'