On Nov 8, 2012, at 7:17 AM, Mark Stosberg wrote:
>> I wasn't able to get forkprove to work with Test::Class, because of
> Test::Class's insistence that tests be declared at compile time.
>>
>> swartz> cat t/Sanity.t
>> #!/usr/bin/perl
>> use CHI::t::Sanity;
>> CHI::t::Sanity->runtes
> I wasn't able to get forkprove to work with Test::Class, because of
Test::Class's insistence that tests be declared at compile time.
>
>swartz> cat t/Sanity.t
>#!/usr/bin/perl
>use CHI::t::Sanity;
>CHI::t::Sanity->runtests;
>
>swartz> forkprove t/Sanity.t
>t/Sanity.t
> On 11/07/2012 03:51 PM, Jonathan Swartz wrote:
>> Now on cpan. A much simpler solution than what I suggested :) and apparently
>> still works with parallel testing. Thanks miyagawa!
>>
>> https://metacpan.org/module/forkprove
>
> I did some benchmarking last night and found no real benefit