klrmn / pytest-random

randomize your py.test run
20 stars 10 forks source link

Make test order consistent even when tests are added or removed. #12

Open kevincox opened 8 years ago

kevincox commented 8 years ago

Often when tests have an order problem you want to remove tests to see which two (or more) tests are causing the problem. However previously adding or removing any tests would cause the order to completely change. This change keeps the relative order of the tests the same to ease this debugging.

Fixed #11