commit | 5545314ba7d14abda0a5f6bc50cbef122167f205 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Thu Mar 08 19:58:14 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Thu Mar 08 19:58:14 2007 +0000 |
tree | e94d2b54978ff3f663a3a5a1445b8ebea95f2e69 | |
parent | 8b188e6a497bb16b3264f1d376f8399154e21a9d [diff] |
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
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 @@ 'test_builtin', 'test_exceptions', 'test_types', + 'test_unittest', + 'test_doctest', + 'test_doctest2', ] NOTTESTS = [