(ergh, let's try this again from the right address)

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") eq "OK" , "Strings aren't blank" );

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, to show
you what it's testing for.  Am I confused?

K.


-- 
Kirrily 'Skud' Robert - [EMAIL PROTECTED] - http://infotrope.net/
Real programmers don't bring brown-bag lunches.  If the vending machine 
doesn't sell it, they don't eat it. Vending machines don't sell quiche.

Reply via email to