run all tests in a folder matlab code example
Example: matlab run all tests in folder
import matlab.unittest.TestSuite;
suite = TestSuite.fromFolder(pwd);
result = run(suite);
import matlab.unittest.TestSuite;
suite = TestSuite.fromFolder(pwd);
result = run(suite);