[Python-3000-checkins] r54226 - python/branches/p3yk/Lib/test/regrtest.py

collin.winter python-3000-checkins at python.org
Thu Mar 8 20:54:45 CET 2007


Author: collin.winter
Date: Thu Mar  8 20:54:43 2007
New Revision: 54226

Modified:
   python/branches/p3yk/Lib/test/regrtest.py
Log:
Move test_unittest, test_doctest and test_doctest2 higher up in the test order

Modified: python/branches/p3yk/Lib/test/regrtest.py
==============================================================================
--- python/branches/p3yk/Lib/test/regrtest.py	(original)
+++ python/branches/p3yk/Lib/test/regrtest.py	Thu Mar  8 20:54:43 2007
@@ -478,6 +478,9 @@
     'test_builtin',
     'test_exceptions',
     'test_types',
+    'test_unittest',
+    'test_doctest',
+    'test_doctest2',
    ]
 
 NOTTESTS = [


More information about the Python-3000-checkins mailing list