Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
This commit is contained in:
parent
154bc7c9bd
commit
590af0a7c9
|
@ -474,6 +474,9 @@ STDTESTS = [
|
|||
'test_builtin',
|
||||
'test_exceptions',
|
||||
'test_types',
|
||||
'test_unittest',
|
||||
'test_doctest',
|
||||
'test_doctest2',
|
||||
]
|
||||
|
||||
NOTTESTS = [
|
||||
|
|
Loading…
Reference in New Issue