On Sat, 29 Sep 2001, Dave Rolsky wrote:

> A. To be able to use Test::More's functions without ever printing a 1..foo
> test header.

And it turns out I also need to suppress all the stuff in
Test::Builder::_ending (I simply bailed at line 838).

So basically, I need an "I know what the fork I'm doing" option that will
still create a builder object but that skips the test header and skips the
messages in _ending.

I implemented this as a 'no_header' option to Test::More (and
corresponding method in Test::Builder) but there's probably a better term
for this.  Maybe 'minimal_support' or something.


-dave

/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to