I'm in the process of implementing testing (both doc tests and unit tests) though I'm having some conceptual difficulty. I'm not sure how far to take the testing. I'm curious what people concider an appropriate level of testing.
This thought struck me most when I was going through the testing documentation, in the section regarding the testing of models. It seems to me that very little logic generally goes into the model classes. At least for me, I have far more logic in admin.py and views.py. What are peoples thoughts on testing models? What exactly are you testing for there? How do you gauge code that should be tested versus code that doesn't really need it? Thanks for your help Josh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

