Q:

matlab run all tests in folder

import matlab.unittest.TestSuite;
suite = TestSuite.fromFolder(pwd);
result = run(suite);
1

New to Communities?

Join the community