20 lines
391 B
Python
20 lines
391 B
Python
# This file now contains only the list of separate regression tests.
|
|
# All of the testing harness is now contained in autotest.py.
|
|
|
|
tests = ['test_grammar',
|
|
'test_opcodes',
|
|
'test_operations',
|
|
'test_builtin',
|
|
'test_exceptions',
|
|
'test_types',
|
|
'test_math',
|
|
'test_time',
|
|
'test_array',
|
|
'test_strop',
|
|
'test_md5',
|
|
'test_cmath',
|
|
'test_crypt',
|
|
'test_dbm',
|
|
'test_new',
|
|
]
|