]> granicus.if.org Git - python/commitdiff
Move test_unittest, test_doctest and test_doctest2 higher up in the test order
authorCollin Winter <collinw@gmail.com>
Thu, 8 Mar 2007 19:54:43 +0000 (19:54 +0000)
committerCollin Winter <collinw@gmail.com>
Thu, 8 Mar 2007 19:54:43 +0000 (19:54 +0000)
Lib/test/regrtest.py

index 426a92cc41db1e6388ea22df148706722a9b1f05..6ef6663120a5a929ef65ffd2fed7935bc84b0047 100755 (executable)
@@ -478,6 +478,9 @@ STDTESTS = [
     'test_builtin',
     'test_exceptions',
     'test_types',
+    'test_unittest',
+    'test_doctest',
+    'test_doctest2',
    ]
 
 NOTTESTS = [