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/
"My secret weapon is PMS."  -- Buffy the Vampire Slayer

Reply via email to