Move test_unittest, test_doctest and test_doctest2 higher up in the test order

This commit is contained in:
Collin Winter 2007-03-08 19:54:43 +00:00
parent 49dc35ba73
commit 7afaa88ebc

View file

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