mirror of
https://github.com/python/cpython.git
synced 2026-05-29 15:45:56 -04:00
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
This commit is contained in:
@@ -474,6 +474,9 @@ STDTESTS = [
|
||||
'test_builtin',
|
||||
'test_exceptions',
|
||||
'test_types',
|
||||
'test_unittest',
|
||||
'test_doctest',
|
||||
'test_doctest2',
|
||||
]
|
||||
|
||||
NOTTESTS = [
|
||||
|
||||
Reference in New Issue
Block a user