From: Collin Winter Date: Thu, 8 Mar 2007 19:58:14 +0000 (+0000) Subject: Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 highe... X-Git-Tag: v2.6a1~2075 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5545314ba7d14abda0a5f6bc50cbef122167f205;p=python Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 4553838afc..f424f7b22b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -474,6 +474,9 @@ STDTESTS = [ 'test_builtin', 'test_exceptions', 'test_types', + 'test_unittest', + 'test_doctest', + 'test_doctest2', ] NOTTESTS = [