Skip to content
Snippets Groups Projects
Commit 0202cf49 authored by Antoine Merle's avatar Antoine Merle Committed by Olivier Sauter
Browse files

mdsconnect instead of mdsdata

parent ce958ff6
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('mdsconnect','file'),'mdsdata not found - is mds on path?'); fixture.assumeFalse(~exist('mdsconnect','file'),'mdsconnect not found - is mds on path?');
% other environment checks here % other environment checks here
end end
end end
......
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