[TIP] alphabetical order in testing

Mark Waite markwaite at yahoo.com
Wed Jan 20 16:31:34 PST 2010



> From: holger krekel <holger at merlinux.eu>
> To: Mark Sienkiewicz <sienkiew at stsci.edu>
> Cc: TesttingInPython <testing-in-python at lists.idyll.org>
> Sent: Wed, January 20, 2010 4:51:47 PM
> Subject: Re: [TIP] alphabetical order in testing

> >> I agree that stable ordering is valuable for replicating test failures. 
> >> Both file-position and alphabetical orderings are stable.    
> >
> > Yes.  There are good arguments in favor of each too.  There is also a  
> > good argument for the ability to choose a random order, as long as you  
> > can get exactly the same random order again when you want it.
> 
> yip, was discussed some time ago on this list IIRC. 
> 

I was never able to get test order randomization to work using nose based on the previous thread on this list.  Are there other test order randomization techniques that could be used with nose?  

Alternately, I'm willing to use another test discovery tool if there are other test runners which will find my tests, run them, report their results in xunit format, and randomize test order.

Thanks,
Mark Waite

> cheers,
> holger
> 
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python




More information about the testing-in-python mailing list