mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Added some new tests and two new files for testing: test_types.py
(testing operations on built-in types) and autotest.py (automatic regression testing).
This commit is contained in:
parent
d014ea6b5e
commit
85f1820ee1
6 changed files with 295 additions and 6 deletions
|
|
@ -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.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue