http://qs321.pair.com?node_id=1113938


in reply to Re: A brief question about testing/best practices
in thread A brief question about testing/best practices

Thanks for the example, i'll work through this and i appreciate the link to your other response.

Can i use Test::Most as a replacement for Test::More at this early stage?

  • Comment on Re^2: A brief question about testing/best practices

Replies are listed 'Best First'.
Re^3: A brief question about testing/best practices
by Your Mother (Archbishop) on Jan 20, 2015 at 20:43 UTC

    Yes, but I might stick with Test::More at first just to help you keep track of what’s what and when you actually needed/used something. You should, so I say, prefer Test::Fatal to Test::Exception (imported by Test::Most).

    Update: s/Test::More/Test::Most/ in last parenthetical.