On 25 août 2012, at 10:15, Russell Keith-Magee wrote: > We *could* just mark the affected tests that require auth.User as > "skipUnless(user model == auth.User)", but that would mean some > projects would run the tests, and some wouldn't. That seems like an > odd inconsistency to me -- the tests either should be run, or they > shouldn't.
FWIW it doesn't seem odd to me. If a project doesn't use Django's built-in User model then you don't need to test it in that project's test suite. Indeed, running django.contrib.* tests within a project can fail in a variety of interesting ways. Trying to isolate them sufficiently is an endless quest. Generally speaking, I like the idea to identify various types of test. The only downside I can imagine is the risk that some categories lose meaning over time, leading to situations similar to modeltests vs. regressiontests today. Best regards, -- Aymeric. -- 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 django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.