On 3/8/07, Guido van Rossum <[EMAIL PROTECTED]> 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 <[email protected]> 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 > > [email protected] > > http://mail.python.org/mailman/listinfo/python-3000-checkins > > > > > -- > --Guido van Rossum (home page: http://www.python.org/~guido/) > _______________________________________________ > Python-3000-checkins mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-3000-checkins > _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
