Re: Descriptive strings?

2001-06-20 Thread Michael G Schwern
On Mon, Jun 18, 2001 at 04:54:05PM -0400, Kirrily Robert wrote: The above is generated using Pod::Tests and pod2test (yay schwern!). When I run these tests, I never see the descriptions of the tests (eg Strings aren't blank). I thought those strings were meant to output during the testing,

Re: Descriptive strings?

2001-06-20 Thread Kirrily Robert
On Tue, Jun 19, 2001 at 08:42:29PM -0400, Michael G Schwern wrote: | | I assume you're talking about make test? Test::Harness in | non-verbose mode (ie. make test) won't display any of that info. If | you set $verbose = 1 you'll see all the test output. For failed tests | it will just report

Descriptive strings?

2001-06-18 Thread Kirrily Robert
I'm not sure where's the best place to post this, but I imagine perl-qa might be a good start. Please let me know if it's the wrong place. I've been messing with various testing modules that I learnt about at YAPC, and I'm unclear about something. use Test::More no_plan; ok( nonblank(abc)