Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.

This commit is contained in:
Collin Winter 2007-03-08 19:58:14 +00:00
parent 8b188e6a49
commit 5545314ba7
1 changed files with 3 additions and 0 deletions

View File

@ -474,6 +474,9 @@ STDTESTS = [
'test_builtin', 'test_builtin',
'test_exceptions', 'test_exceptions',
'test_types', 'test_types',
'test_unittest',
'test_doctest',
'test_doctest2',
] ]
NOTTESTS = [ NOTTESTS = [