python2-nose-randomly 1.2.6 Nose plugin to randomly order tests and control random.seed

This is a Nose plugin to randomly order tests which can be quite powerful in discovering hidden flaws in the tests themselves, while helping to reduce inter-test dependencies. It also helps in controlling random.seed, by resetting it to a repeatable number for each test, enabling the tests to create data based on random numbers and yet remain repeatable.