[Python-checkins] cpython: Issue #11049: added test_support to regrtest.STDTESTS list

eli.bendersky python-checkins at python.org
Wed Jul 27 19:23:17 CEST 2011


http://hg.python.org/cpython/rev/0f09b7f90060
changeset:   71531:0f09b7f90060
parent:      71528:842494d73f69
user:        Eli Bendersky <eliben at gmail.com>
date:        Wed Jul 27 20:21:45 2011 +0300
summary:
  Issue #11049: added test_support to regrtest.STDTESTS list

files:
  Lib/test/regrtest.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -800,6 +800,7 @@
     'test_unittest',
     'test_doctest',
     'test_doctest2',
+    'test_support'
 ]
 
 # set of tests that we don't want to be executed when using regrtest

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list