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

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

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

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