Re: [test-more-users] Re: done_testing()

2009-02-05 Thread Ovid
- Original Message > From: Gaurav Vaidya > I just made a branch of Test::Builder which does this. You can see the > expected > behaviour in the tests at: > > http://github.com/gaurav/test-more/tree/incremental-planning/t/incremental_planning/ > (or http://tinyurl.com/ad8mb4)

Re: [test-more-users] Re: done_testing()

2009-02-04 Thread Gaurav Vaidya
Hello, On Feb 4, 2009, at 10:35 PM, Ovid wrote: Thoughts on first order support: use Test::More; plan(3); pass; pass; pass; plan(2) pass; pass; done_testing() # optional I just made a branch of Test::Builder which does this. You can see the expected behaviour in the tests at: http: