On Aug 3, 2006, at 5:50 PM, Bill de hÓra wrote: > is there any particular reason unittest isn't used in Django? > Specifically if I was writing tests for contribution/patches, would > writing them in unittest be a problem, or is there a preferred > approach?
Hey Bill -- The only "reason" that we've not used unittest is that doctest just feels "easier". I love me some unittests in Java, but in Python it just feels... strange. But that's no reason that you (or anyone) shouldn't use 'em. More tests are *always* better, and we'll taken 'em anyway you write 'em :) Jacob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
