On Sunday 13 July 2003 15:53, Paul Johnson wrote:
> The way I deal with this is to make a module that does all the heavy
> lifting, give it an appropriate import sub, and then a test reduces to
> something like:
> 
>   use TestX ( opt1 => "x", opt2 => "y" )
> 
> That covers everything except the perl switches, but although I've never
> needed that functionality, I suppose it could be quite important.

Do you make separate .t files for every test and combination of parameters? 
That's what I'm hoping to avoid,

F

Reply via email to