On Sat, 2007-05-19 at 00:16 -0500, Gary Wilson wrote: > Should contrib app tests go in that particular contrib app's directory > as opposed to the global tests directory?
I had been thinking about this abit recently, too. I think the answer is yes, they should. Otherwise every single test ends up having to load and install every single contrib app (because the main test suite doesn't do any differentiation based on requirements). There are a few logistics to work out here, though: how do you run individual contrib/ tests, for example. > > Should we make Django's test runner look for and run all "tests" > packages/modules within the Django tree? Or maybe just those in > django.contrib? What's the advantage of looking everywhere? I tend to think this isn't worth it because tests for core should all be in one place, for ease of maintenance. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---