mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Added test_strop
This commit is contained in:
parent
ad522facf7
commit
49852831fc
2 changed files with 5 additions and 0 deletions
|
@ -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.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue