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

Brett Cannon brett at python.org
Fri Mar 9 02:56:57 CET 2007


On 3/8/07, Guido van Rossum <guido at python.org> wrote:
> I've missed something perhaps -- why is this?
>

Because they are so crucial to the entire regression test suite that
if they fail there is no real point in running the rest of the unit
tests.

-Brett

> 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/)
> _______________________________________________
> Python-3000-checkins mailing list
> Python-3000-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-3000-checkins
>


More information about the Python-3000-checkins mailing list