On Mon, 2006-06-19 at 12:28 -0500, Adrian Holovaty wrote: > On 6/18/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > What I would like to propose is that we create a tests/regression/ > > subdirectory for these slightly more mind-numbing but important tests. > > Same sub-directory structure, etc, as the the modeltests/ directory, but > > not in any way intended to be examples of good model technique. > > Sounds like a good idea. Go for it!
I've done this in r3176. It seems to actually require some tests in each directory for the framework to not explode, so I couldn't commit just the runtests.py changes and then the first bunch of tests. :-( Because of the way tests are imported in runtests, it is currently not possible to have a subdirectory of modeltests/ and a subdirectory of regressiontests/ with the same name (so, for example, I created regressiontests/one_to_one_regree/ ). If somebody wants to play around with that and fix it, be my guest; I intend to just leave it as a slight wart for now. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
