On Tue, 14 Mar 2006, Smylers wrote:
> Dr Bean writes:
> > I've gotten comfortable with Test::More conventions, but it's
> > difficult in my editor to really quickly create lots of tests.
> > is($o->index('You'), 1, 'objects index 1');
>
On Tue, 14 Mar 2006, A. Pagaltzis wrote:
> * Dr Bean <[EMAIL PROTECTED]> [2006-03-14 02:40]:
> >is($o->index('You'), 1, 'objects index 1');
> >isnt($o->index(1), 1, 'objects index 2');
> >isnt($o->index(2), 2, 'objects i
d one
expected value per line.
I'm investigating ingy's Test::Base, but I'm wondering if there
are simpler or competing solutions to this problem.
Test::Builder seems to be about recycling tests from one module
to another, not this particular problem. Correct me if I'm wrong.
--
our source-code control system, and checkout
> and build each one during a release process.
There is some interesting advice in the subversion book.
Linkname: Vendor branches
URL:
http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.ht
ml#svn.adva