Subtests are the last major feature hurdle for Test::Builder 1.5. They're
kind of a hacky mess in Test::Builder 1 which I don't want to bring forward.
A subtest has to
1) create a separate state of the test
2) change the format of the output
3) communicate the result of the test back to the pare
On Oct 24, 2011, at 12:46 PM, Jon Hermansen wrote:
> I was going to suggest just using find(1) to pass the list of test
> directories to prove. You should be able to do something like this from a
> shell:
Before there was prove, the way we ran tests was to either run "make test" or
use find to
I was going to suggest just using find(1) to pass the list of test
directories to prove. You should be able to do something like this from a
shell:
# prove -v $(find t -type d -not -name 'dont_run')
I didn't test it myself but found myself doing something similar last week,
let us know which rou
I think Test::Less (recommended) and Test::Slow already do that.
signature.asc
Description: PGP signature
Hello,
I'm curious if a patch for prove that included an --exclude parameter
would be welcome?
Rationale: I'm currently using prove to do some smoke testing, but I
have a few directories I don't want to smoke. Rather than list all
the places that I do want to smoke, I'd rather list the places
On 10/22/11 12:54 PM, James E Keenan wrote:
I have now achieved this in the kid51/testsets2 branch of Parrot. This
should yield two new modules for CPAN. Details to come.
Development is proceeding here:
https://github.com/jkeenan/TAP-Harness-Multiple