On 11/14/06, Victor Ng <[EMAIL PROTECTED]> wrote: > > Is there a way to tell runtests.py to test just one module?
Yes. Pass in the app name, not the full app path. For example (ommitting the pythonpath and settings bits): python runtests.py basic will run just the 'basic' modeltest; python runtests.py basic choices cache will run the 'basic' and 'choices' model tests, plus the 'cache' regression test. >From the look of your test case, you're looking for python runtests.py schemaevo 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 [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?hl=en -~----------~----~----~----~------~----~------~--~---
