Re: [Python-Dev] Moving test_unittest up in the test order

2007-03-08 Thread Collin Winter
On 3/8/07, Brett Cannon <[EMAIL PROTECTED]> wrote: > On 3/8/07, Collin Winter <[EMAIL PROTECTED]> 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 h

Re: [Python-Dev] Moving test_unittest up in the test order

2007-03-08 Thread Brett Cannon
On 3/8/07, Collin Winter <[EMAIL PROTECTED]> 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 > test_grammar, test_opcodes, test_ope

[Python-Dev] Moving test_unittest up in the test order

2007-03-08 Thread Collin Winter
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 test_grammar, test_opcodes, test_operations, etc, so that if a bug in unittest is causing other