Hi all,

I've got a module that has a significant number of unit tests for each
sub, each within its own file:

acct-dev: ISP-RADIUS % ls t | grep daily
07-aggregate_daily.t

Within the overall package, I've included a few utility scripts that are
installed into the OS path that utilize these subs.

Although the utility scripts are very short code-wise, I'd like to
execute tests against them for their return values, aside from the
direct testing of the methods that they call.

>From within a .t test, is there a preferred way to call a script so that
it simulates the command-line itself?

Steve

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to