Subtest design in Test::Builder 1.5

2011-10-24 Thread Michael G Schwern
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

Re: An --exclude parameter for prove?

2011-10-24 Thread Andy Lester
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

Re: An --exclude parameter for prove?

2011-10-24 Thread Jon Hermansen
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

Re: An --exclude parameter for prove?

2011-10-24 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
I think Test::Less (recommended) and Test::Slow already do that. signature.asc Description: PGP signature

An --exclude parameter for prove?

2011-10-24 Thread Dan Wright
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

Re: Can TAP::Harness::Archive be made to play well with TAP::Parser::Aggregate

2011-10-24 Thread James E Keenan
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