On Thu, Apr 2, 2009 at 6:07 PM, Barry Warsaw wrote:
> On Apr 2, 2009, at 4:58 PM, Michael Foord wrote:
>
>> The unittest module is around 1500 lines of code now, and the tests are
>> 3000 lines.
>>
>> It would be much easier to maintain as a package rather than a module.
>> Shall I work on a sugge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Apr 2, 2009, at 4:58 PM, Michael Foord wrote:
The unittest module is around 1500 lines of code now, and the tests
are 3000 lines.
It would be much easier to maintain as a package rather than a
module. Shall I work on a suggested structure or
On Thu, 2009-04-02 at 16:58 -0500, Michael Foord wrote:
> Hello all,
>
> The unittest module is around 1500 lines of code now, and the tests are
> 3000 lines.
>
> It would be much easier to maintain as a package rather than a module.
> Shall I work on a suggested structure or are there objectio