]> granicus.if.org Git - python/commitdiff
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 highe...
authorCollin Winter <collinw@gmail.com>
Thu, 8 Mar 2007 19:58:14 +0000 (19:58 +0000)
committerCollin Winter <collinw@gmail.com>
Thu, 8 Mar 2007 19:58:14 +0000 (19:58 +0000)
Lib/test/regrtest.py

index 4553838afcd6ef2f9287092e0ff7532f0476ed4d..f424f7b22b7c097b79fc567ad582309072ca8c5f 100755 (executable)
@@ -474,6 +474,9 @@ STDTESTS = [
     'test_builtin',
     'test_exceptions',
     'test_types',
+    'test_unittest',
+    'test_doctest',
+    'test_doctest2',
    ]
 
 NOTTESTS = [