Andy, I have written a patch to approach the TODO item of "prove":
Shuffled tests must be recreatable
"prove" still works the same, but with extra options to control
--shuffle option.
prove --shuffle t # runs shuffled 't/*.t' scripts (as usual)
prove --shuffle --seed=808208 t # shuffle is initiated with given seed value
prove --shuffle --list=5,4,0,1,2,3 t # the shuffle list is predetermined
I am sending it for your appreciation. I am still writing a test for
--shuffle and the added options --seed and --list.
Regards,
Adriano.
prove-patch
Description: Binary data
