sutch has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for suggestions on how to handle this. Is it better to require modules that are only needed for testing, or to skip the tests with a message to the user?
How can tests be skipped (preferably, using Test::More) when a module is not available?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Optional modules for tests?
by tachyon (Chancellor) on Sep 06, 2003 at 06:33 UTC | |
by sutch (Curate) on Sep 07, 2003 at 02:21 UTC | |
by tachyon (Chancellor) on Sep 07, 2003 at 15:12 UTC | |
Re: Optional modules for tests?
by adrianh (Chancellor) on Sep 06, 2003 at 13:58 UTC |