On 11/30/06, James <[EMAIL PROTECTED]> wrote: > > > Brian, splendid stuff :) Seems to work so far, at least in terms of > keeping database integrity and actually doing what it's supposed to. > Thanks very much for taking the time to post this solution. > > Now how do I write a regression test? Any docs available?
No docs - they are just standard unittests and doctests. You can execute them using the trunk/tests/runtests.py script, passing in a --settings option. The tests themselves are in tests/modeltests and tests/regressiontests. Model tests are intended to be examples of model/feature use (which double as testing); regressiontests are intended to be tests of specific behaviour that doesn't serve any tutorial purpose. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---