Re: Advice on how to split newform tests

2007-09-19 Thread Jacob Kaplan-Moss
On 9/19/07, Leo Soto M. <[EMAIL PROTECTED]> wrote: > It seems that the diff format isn't the best way to comunicate file > deletions: regressiontests/forms/localflavor.py should be removed, but > it's still alive on SVN, without any content. Whoops, deleted, thanks. Jacob --~--~-~--~---

Re: Advice on how to split newform tests

2007-09-19 Thread Leo Soto M.
On 9/19/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 9/19/07, Leo Soto M. <[EMAIL PROTECTED]> wrote: > > Well, I did it, see: http://code.djangoproject.com/ticket/5546 > > Committed in [6379] -- thanks a bunch for the grunt work. The length > of that file was starting to annoy me :) Ja

Re: Advice on how to split newform tests

2007-09-19 Thread Jacob Kaplan-Moss
On 9/19/07, Leo Soto M. <[EMAIL PROTECTED]> wrote: > Well, I did it, see: http://code.djangoproject.com/ticket/5546 Committed in [6379] -- thanks a bunch for the grunt work. The length of that file was starting to annoy me :) Oh, and I agree that these sub-tests ought to be autodiscovered, but I

Re: Advice on how to split newform tests

2007-09-19 Thread Leo Soto M.
On 9/19/07, Leo Soto M. <[EMAIL PROTECTED]> wrote: > I'm working on the splitting [...] Well, I did it, see: http://code.djangoproject.com/ticket/5546 Please, if someone is currently working on such tests, ping me so I can update the split version and post another patch. Or wait a bit for this t

Advice on how to split newform tests

2007-09-19 Thread Leo Soto M.
I'm working on the splitting of the beasts residing on tests/regressiontests/forms. Motivations: They (tests.py and localflavors.py) are too big for human consumption. And for Jython consumption too (strings constants can't be longer than 32Kbytes). I've already splitted localflavors into one fil