From: Collin Winter Date: Thu, 8 Mar 2007 19:54:43 +0000 (+0000) Subject: Move test_unittest, test_doctest and test_doctest2 higher up in the test order X-Git-Tag: v3.0a1~1126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7afaa88ebc7c4b1eec87c50989b599e2147e1247;p=thirdparty%2FPython%2Fcpython.git Move test_unittest, test_doctest and test_doctest2 higher up in the test order --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 426a92cc41db..6ef6663120a5 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -478,6 +478,9 @@ STDTESTS = [ 'test_builtin', 'test_exceptions', 'test_types', + 'test_unittest', + 'test_doctest', + 'test_doctest2', ] NOTTESTS = [