mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Move test_unittest, test_doctest and test_doctest2 higher up in the test order
This commit is contained in:
parent
49dc35ba73
commit
7afaa88ebc
1 changed files with 3 additions and 0 deletions
|
|
@ -478,6 +478,9 @@ STDTESTS = [
|
|||
'test_builtin',
|
||||
'test_exceptions',
|
||||
'test_types',
|
||||
'test_unittest',
|
||||
'test_doctest',
|
||||
'test_doctest2',
|
||||
]
|
||||
|
||||
NOTTESTS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue