2009/10/6 Simon Willison <[email protected]> > I think this issue is well worth solving. If we DO solve it, we could > even think about adding some stuff about running "./manage.py test" to > the tutorial. >
I think this is probably the biggest thing you could do to make django testing more prevalent - I've read various tutorials and not noticed any mention of "./manage.py test" before: I've only just learnt about it thanks to your post here. :) A tutorial section which went through best practices for setting up and running tests (ie, how do I make some useful test data and get it in my DB?, etc) would be very helpful. But just mentioning that Django had test support would be 90% of the win. Admittedly, I hadn't looked hard, and had I done so I'd have seen the section on testing on the front page of the documentation, but since I'd not had Django's test support pointed out, I'd just been using my standard unittest framework for testing. -- Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
