in reply to Skip tests if/unless $ENV{FOO} is set using Test::More
Are you saying that you were not ready for the class with all installed modules? :)
On a serious tone: Not going through all tests might reveal mistical problems and failures afterwards. Especially, if you install a module as a dependancy for another module. Sometimes things can get really deeply interconnected (thing HTML::Mason).
I am thinking more in the ways of My::Module::Simple, which would have less functionality, and therefor less dependencies and tests. It could also give a preview of what My::Module is actually doing and if I need to go through all the hassle of the full-featured installation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Re: Skip tests if/unless $ENV{FOO} is set using Test::More
by merlyn (Sage) on Apr 29, 2003 at 18:06 UTC | |
by TVSET (Chaplain) on Apr 29, 2003 at 19:04 UTC | |
by adrianh (Chancellor) on Apr 29, 2003 at 19:53 UTC |