in reply to Re: How to organize and install test files
in thread How to organize and install test files
Thank you very much, Test::Class seems to be the solution.
We already place our code into modules (with scripts being mere use MyModule; MyModule->run(@ARGV);), now we can use similar approach with test files also.
|
|---|