Re: [ANNOUNCE] Test::More/Builder 0.89_01 now with subtests

2009-06-24 Thread Tim Bunce
On Tue, Jun 23, 2009 at 04:07:55PM -0400, Michael G Schwern wrote: is_passing() As a side effect of this work, there is finally a way to tell if a test is currently passing. Test::Builder-is_passing(). Its really have I failed yet, but if you don't think about it too hard

[ANNOUNCE] Test::More/Builder 0.89_01 now with subtests

2009-06-23 Thread Michael G Schwern
This is an alpha release of Test::More available on CPAN and from its repository. http://github.com/schwern/test-more/tree/v0.89_01 subtest() - Small change log, big feature. This version adds subtest(), implemented by Ovid. This allows you to run a bunch of tests with their own plan.