[Python-3000-checkins] r54226 - python/branches/p3yk/Lib/test/regrtest.py

Guido van Rossum guido at python.org
Fri Mar 9 00:55:54 CET 2007


I've missed something perhaps -- why is this?

On 3/8/07, collin.winter <python-3000-checkins at python.org> wrote:
> Author: collin.winter
> Date: Thu Mar  8 20:54:43 2007
> New Revision: 54226
>
> Modified:
>    python/branches/p3yk/Lib/test/regrtest.py
> Log:
> Move test_unittest, test_doctest and test_doctest2 higher up in the test order
>
> Modified: python/branches/p3yk/Lib/test/regrtest.py
> ==============================================================================
> --- python/branches/p3yk/Lib/test/regrtest.py   (original)
> +++ python/branches/p3yk/Lib/test/regrtest.py   Thu Mar  8 20:54:43 2007
> @@ -478,6 +478,9 @@
>      'test_builtin',
>      'test_exceptions',
>      'test_types',
> +    'test_unittest',
> +    'test_doctest',
> +    'test_doctest2',
>     ]
>
>  NOTTESTS = [
> _______________________________________________
> Python-3000-checkins mailing list
> Python-3000-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-3000-checkins
>


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000-checkins mailing list