From 7afaa88ebc7c4b1eec87c50989b599e2147e1247 Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Thu, 8 Mar 2007 19:54:43 +0000 Subject: Move test_unittest, test_doctest and test_doctest2 higher up in the test order --- Lib/test/regrtest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 426a92c..6ef6663 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 = [ -- cgit v0.12