[Python-checkins] r54228 - python/branches/release25-maint/Lib/test/regrtest.py

collin.winter python-checkins at python.org
Thu Mar 8 20:58:48 CET 2007


Author: collin.winter
Date: Thu Mar  8 20:58:46 2007
New Revision: 54228

Modified:
   python/branches/release25-maint/Lib/test/regrtest.py
Log:
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.

Modified: python/branches/release25-maint/Lib/test/regrtest.py
==============================================================================
--- python/branches/release25-maint/Lib/test/regrtest.py	(original)
+++ python/branches/release25-maint/Lib/test/regrtest.py	Thu Mar  8 20:58:46 2007
@@ -474,6 +474,9 @@
     'test_builtin',
     'test_exceptions',
     'test_types',
+    'test_unittest',
+    'test_doctest',
+    'test_doctest2',
    ]
 
 NOTTESTS = [


More information about the Python-checkins mailing list