On Thu, May 3, 2012 at 12:29 PM, Andreas Pelme <[email protected]> wrote: > > Djangos default testrunner reorders the test suite to run all TestCase tests > before TransactionTestCases, which avoids this problem. I cannot find this > reordering documented anywhere,
It is documented: https://docs.djangoproject.com/en/1.4/topics/testing/#django.test.TransactionTestCase Mentioned in both the 3rd paragraph and the note. Karen -- 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.
