On Wednesday 09 August 2006 13:46, Doug Van Horn wrote:
> I've been kicking around Django for a few months now and the one thing
> I've been trying to figure out is how to unit test my code.  
...
> I'm 
> struggling with how to test the views.  More to the point, I'm
> wondering if testing views is worthwhile.

Hey Doug,

I've found that by testing our model methods we are covering most of the 
problem spots pretty well.  We still find an occasional untested view bug, 
however.  We make it a point to move most of the logic into the model classes 
in an attempt to create a well-tested api that is used in our view code.

Still, I'd sure like to be able to test our view code and am interested to 
hear what others have to say about it.

Best,

Eric.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to