mirror of https://github.com/python/cpython
Issue #11049: added test_support to regrtest.STDTESTS list
This commit is contained in:
parent
fcdaaa9011
commit
d18a047d58
|
@ -800,6 +800,7 @@ STDTESTS = [
|
||||||
'test_unittest',
|
'test_unittest',
|
||||||
'test_doctest',
|
'test_doctest',
|
||||||
'test_doctest2',
|
'test_doctest2',
|
||||||
|
'test_support'
|
||||||
]
|
]
|
||||||
|
|
||||||
# set of tests that we don't want to be executed when using regrtest
|
# set of tests that we don't want to be executed when using regrtest
|
||||||
|
|
Loading…
Reference in New Issue