Skip to content
Snippets Groups Projects
Commit 1544a19b authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

better mds existence check

parent 21ac2dc9
No related branches found
No related tags found
1 merge request!110Add test coverage and update test scripts
classdef check_mds < matlab.unittest.fixtures.Fixture classdef check_mds < matlab.unittest.fixtures.Fixture
methods methods
function setup(fixture) function setup(fixture)
fixture.assumeFalse(~exist('mdsdata','file'),'mdsdata not found - is mds on path?'); fixture.assumeFalse(~exist('mdsconnect','file'),'mdsdata not found - is mds on path?');
% other environment checks here % other environment checks here
end end
end end
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment