Re: [PATCH] recreatable shuffled tests for "prove"

2005-07-25 Thread Michael G Schwern
On Mon, Jul 25, 2005 at 06:10:38PM -0300, Adriano Ferreira wrote: > 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 s

Test harnesses?

2005-07-25 Thread Peter Kay
http://qa.perl.org/test-modules.html has a bunch of test modules listed. However, there are no harnesses listed. I know Test::Harness, and I'm going to go read about Test::Builder, but what other "meta-testing" modules are there? Did anything ever happen with a distributed tester? --Peter

Re: [PATCH] recreatable shuffled tests for "prove"

2005-07-25 Thread Adriano Ferreira
I have forgotten to say that the patch is over the source code of "bin/prove" in "Test-Harness-2.53_01.tar.gz". Adriano.

[PATCH] recreatable shuffled tests for "prove"

2005-07-25 Thread Adriano Ferreira
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 # shu