Re: Question about testing

2007-03-31 Thread Malcolm Tredinnick
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

Re: Question about testing

2007-03-31 Thread Russell Keith-Magee
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'

Question about testing

2007-03-31 Thread Malcolm Tredinnick
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