This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbcollins
Recipients rbcollins
Date 2014-11-07.10:05:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415354759.63.0.40223019389.issue22813@psf.upfronthosting.co.za>
In-reply-to
Content
Unittest doesn't support a test randomisation feature.

Such a feature should support:
 - passing in a seed (to allow reproducing the order for debugging)
 - preserving the suite hierarchy, to preserve class and module setUp performance optimisations
 - and randomising globally with cloned suite hierarchies, for more comprehensive randomisation
 - allowing some scopes to opt out of randomisation (where tests really have dependencies on execution order and thats what the test author wants)

From https://code.google.com/p/unittest-ext/issues/detail?id=6
History
Date User Action Args
2014-11-07 10:05:59rbcollinssetrecipients: + rbcollins
2014-11-07 10:05:59rbcollinssetmessageid: <1415354759.63.0.40223019389.issue22813@psf.upfronthosting.co.za>
2014-11-07 10:05:59rbcollinslinkissue22813 messages
2014-11-07 10:05:59rbcollinscreate