commit | 7afaa88ebc7c4b1eec87c50989b599e2147e1247 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Thu Mar 08 19:54:43 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Thu Mar 08 19:54:43 2007 +0000 |
tree | 313ea458922479fe73594ed0f78d369b299d40a2 | |
parent | 49dc35ba730a2676a5a373fc50c05f3fb4feaf3d [diff] [blame] |
Move test_unittest, test_doctest and test_doctest2 higher up in the test order
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 426a92c..6ef6663 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -478,6 +478,9 @@ 'test_builtin', 'test_exceptions', 'test_types', + 'test_unittest', + 'test_doctest', + 'test_doctest2', ] NOTTESTS = [