summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-03-08 19:58:14 (GMT)
committerCollin Winter <collinw@gmail.com>2007-03-08 19:58:14 (GMT)
commit5545314ba7d14abda0a5f6bc50cbef122167f205 (patch)
treee94d2b54978ff3f663a3a5a1445b8ebea95f2e69 /Lib/test/regrtest.py
parent8b188e6a497bb16b3264f1d376f8399154e21a9d (diff)
downloadcpython-5545314ba7d14abda0a5f6bc50cbef122167f205.zip
cpython-5545314ba7d14abda0a5f6bc50cbef122167f205.tar.gz
cpython-5545314ba7d14abda0a5f6bc50cbef122167f205.tar.bz2
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 4553838..f424f7b 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 = [