Does anyone have a good tute/example of writing good tests for views? Most of the stuff I've been finding was from mid 2008 which is only a little helpful.
A:
I'm not sure if this is exactly what you're looking for, but I've been looking into this same topic and found this example test code very helpful.
http://bitbucket.org/ubernostrum/django-registration-backends/src/tip/registration/tests/views.py
Michael Patterson
2009-12-01 05:49:09
Thanks! This one I have found to be useful as well http://www.displayofpatience.net/2009/02/test-driving-django-application-development/
Rory Hart
2009-12-01 06:11:15
Wow, that link is very helpful as well. Thanks!
Michael Patterson
2009-12-01 07:36:13
+4
A:
Alex Gaynor wrote some tips about this very subject just the other day:
Daniel Roseman
2009-12-01 09:12:15