Issue #11049: added test_support to regrtest.STDTESTS list

This commit is contained in:
Eli Bendersky 2011-07-27 20:21:45 +03:00
parent fcdaaa9011
commit d18a047d58
1 changed files with 1 additions and 0 deletions

View File

@ -800,6 +800,7 @@ STDTESTS = [
'test_unittest',
'test_doctest',
'test_doctest2',
'test_support'
]
# set of tests that we don't want to be executed when using regrtest