Great ideas! I've started moving some of my logic that I had in admin.py and views.py into model.py and things are already starting to look easier in terms of testing.
My only real hurdle now is testing validation logic on the admin pages and the form creation logic that is the main page to the application. Any thoughts on form testing via the unit test. It seems like I just want to use the test client, find a good group of post data sets, and use the assertContains() and assertFormError(). Does that sound about right? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---