On Thu, 21 Jun 2001, Doug MacEachern wrote:

> On Thu, 21 Jun 2001, Geoffrey Young wrote:
>
> > since Apache::Test seems to be the hot topic of late, I was wondering if I
> > could make a few (well, two) requests :)
> >
> > 1. I tried to implement skip() functionality, but couldn't get my head
> > around it.  its probably an important component to have eventually.
>
> if you say use Apache::Test;  you get Apache::Test::plan, which lets you
> say:
>
> plan tests => $ntests, \&condition;
>
> if condition() returns false, the tests are skipped.

shouldn't we forward the export of 'skip' too? So one can skip individual
tests?

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to