On Fri, Jan 20, 2012 at 7:14 AM, Aaron Cannon <[email protected]> wrote: > Hi all. > > Trying to help out with some of the Trac tickets, and wasn't sure > where tests should be placed for this ticket: > > https://code.djangoproject.com/ticket/17504 > > Is there an existing package that it would make sense to use for > testing this particular bit of functionality?
Hi Aaron, Apologies for taking so long to get back to you. In this case, you're testing specific behavior of the auth module, so the tests should be in django.contrib.auth.tests; from a quick poke around, the basic module is probably where you need to put them. Yours, Russ Magee %-) -- 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.
