[Python-Dev] Moving test_unittest up in the test order (original) (raw)
Collin Winter collinw at gmail.com
Thu Mar 8 21:02:42 CET 2007
- Previous message: [Python-Dev] Moving test_unittest up in the test order
- Next message: [Python-Dev] who gets paid for this?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/8/07, Brett Cannon <brett at python.org> wrote:
On 3/8/07, Collin Winter <collinw at gmail.com> wrote: > Now that unittest has a test suite, it would seem to make sense that > it should be fairly high up in the testing order, since most of the > regression suite depends on it. I'd like to have it included with > testgrammar, testopcodes, testoperations, etc, so that if a bug in > unittest is causing other tests to fail, we don't have to wait until > the end of the test run to find out. > > Thoughts?
Sounds reasonable to me, along with any tests for doctest.
I've moved test_unittest, test_doctest and test_doctest2 up (rs 54226-8, in p3yk, trunk and release25-maint respectively). They'll now run right after test_types.
Collin Winter
- Previous message: [Python-Dev] Moving test_unittest up in the test order
- Next message: [Python-Dev] who gets paid for this?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]