#10832: GIS test runner (run_tests) should reorder test suite like django.test.simple.run_tests -------------------+-------------------------------------------------------- Reporter: seanl | Owner: nobody Status: new | Milestone: Component: GIS | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | -------------------+-------------------------------------------------------- The GIS test runner should re-order tests so that django.test.testcases.!TestCase subclasses come first, and other !TestCase subclasses afterwards. These deals with an issue where !TransactionTestCase tests that don't clean up the database before finishing can interfere with the correct running of !TestCase tests. The attached patch uses the reorder_tests function from the django.tests.simple module in the same way as django.tests.simple.run_tests.
-- Ticket URL: <http://code.djangoproject.com/ticket/10832> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---