Re: Test::More isa Catholic?

2003-09-15 Thread Michael G Schwern
On Thu, Jul 31, 2003 at 10:29:52AM +0100, Tony Bowden wrote: > >From Test::More docs: > > # XXX BAD! $pope->isa('Catholic') eq 1 > is( $pope->isa('Catholic'), 1,'Is the Pope Catholic?' ); > >This does not check if "$pope-"isa('Catholic')> is >

Re: passing arguments to tests

2003-09-15 Thread Andrew Savige
Ovid wrote: > --shuffle will shuffle the order in which the tests are run to ensure that > you have no accidental dependency on test order. > > --fast sets and environment variable that can be checked in the test scripts. > For example, if you have a couple of tests that double the time of your tes