> Check out django.contrib.auth.tests.views.py. Is there some master index of documentation for "if you want to test X, see Y.py or http://Z for an example of how to do it"? where X is any of a number of Django features such as models, views, templates, middleware, filters, template-tags, forms, database-configurations, custom field-types, etc?
I've read through http://docs.djangoproject.com/en/dev/topics/testing/?from=olddocs and there are some good specifics here (I'd expect that several of the "see http://Z" links would point here). However, it would be nice to have a "testing cookbook" that would attack the topic by "thing you want to test" (perhaps with both unittest and doctest examples). Most of my learning-to-test-my-Django-app has happened through trial and error, so any sort of "you want to test X, see Y" would be helpful. -tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

