in reply to Re^2: Problem with orderly execution of test cases in .t file
in thread Problem with orderly execution of test cases in .t file
Whats the solution for this?
Don't run tests on import(). Add a static method to each module to run its tests.
Use something like Test::Routine or Test::Class to organize your test cases.
|
|---|