Re: Purpose of django.test.simple.reorder_suite

2011-03-31 Thread Łukasz Rekucki
On 1 April 2011 00:58, Karen Tracey wrote: > 2011/3/31 Łukasz Rekucki >> >> I just started updating my custom TestSuiteRunner to Django 1.3 and it >> seems that reorder_suite() is broken. At least I think it is, because >> I wasn't able to deduce what it should do. >> >> In Django 1.2, the main e

Re: Purpose of django.test.simple.reorder_suite

2011-03-31 Thread Karen Tracey
2011/3/31 Łukasz Rekucki > I just started updating my custom TestSuiteRunner to Django 1.3 and it > seems that reorder_suite() is broken. At least I think it is, because > I wasn't able to deduce what it should do. > > In Django 1.2, the main effect that function was flattening the > TestSuite so

Purpose of django.test.simple.reorder_suite

2011-03-31 Thread Łukasz Rekucki
Hi, I just started updating my custom TestSuiteRunner to Django 1.3 and it seems that reorder_suite() is broken. At least I think it is, because I wasn't able to deduce what it should do. In Django 1.2, the main effect that function was flattening the TestSuite so it only consists of TestCase ins