diff options
author | Collin Winter <collinw@gmail.com> | 2007-03-08 19:58:14 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-03-08 19:58:14 (GMT) |
commit | 5545314ba7d14abda0a5f6bc50cbef122167f205 (patch) | |
tree | e94d2b54978ff3f663a3a5a1445b8ebea95f2e69 /Lib/test/regrtest.py | |
parent | 8b188e6a497bb16b3264f1d376f8399154e21a9d (diff) | |
download | cpython-5545314ba7d14abda0a5f6bc50cbef122167f205.zip cpython-5545314ba7d14abda0a5f6bc50cbef122167f205.tar.gz cpython-5545314ba7d14abda0a5f6bc50cbef122167f205.tar.bz2 |
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ STDTESTS = [ 'test_builtin', 'test_exceptions', 'test_types', + 'test_unittest', + 'test_doctest', + 'test_doctest2', ] NOTTESTS = [ |