Barry Warsaw | 272c00b | 1996-12-10 19:51:10 +0000 | [diff] [blame^] | 1 | # This file now contains only the list of separate regression tests. |
2 | # All of the testing harness is now contained in autotest.py. | ||||
Guido van Rossum | 217a5fa | 1990-12-26 15:40:07 +0000 | [diff] [blame] | 3 | |
Barry Warsaw | 272c00b | 1996-12-10 19:51:10 +0000 | [diff] [blame^] | 4 | tests = ['test_grammar', |
5 | 'test_opcodes', | ||||
6 | 'test_operations', | ||||
7 | 'test_builtin', | ||||
8 | 'test_exceptions', | ||||
9 | 'test_types', | ||||
10 | 'test_math', | ||||
11 | 'test_time', | ||||
12 | 'test_array', | ||||
13 | 'test_strop', | ||||
14 | 'test_md5', | ||||
15 | 'test_cmath', | ||||
16 | 'test_crypt', | ||||
17 | 'test_dbm', | ||||
18 | 'test_new', | ||||
19 | ] |