On Sun, 2007-04-01 at 00:41 +0800, Russell Keith-Magee wrote:
> On 3/31/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> >
> > Hey Russell...
> >
> > Any suggestions on a good way to split up test files?
> >
> > Currently, regressiontests/forms/tests.py is over 4100 lines long and is
> > a real
On 3/31/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> Hey Russell...
>
> Any suggestions on a good way to split up test files?
>
> Currently, regressiontests/forms/tests.py is over 4100 lines long and is
> a real pain to debug problems. Since it seems to be just one big
> docstring, I can'
Hey Russell...
Any suggestions on a good way to split up test files?
Currently, regressiontests/forms/tests.py is over 4100 lines long and is
a real pain to debug problems. Since it seems to be just one big
docstring, I can't work out how I can split it up into multiple files
very easily.
Am I