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

Remove path adding which should now be done implicitly

parent 1544a19b
Branches
Tags
1 merge request!110Add test coverage and update test scripts
classdef setup_gdatpaths < matlab.unittest.fixtures.Fixture
methods
function setup(fixture)
p = path; % get current matlab path (pre-testing)
fixture.addTeardown(@path,p); % teardown function to restore path
gdatpaths; % script to set up paths
end
end
end
\ No newline at end of file
classdef (SharedTestFixtures={...
check_mds,setup_gdatpaths}) ...
check_mds}) ...
test_requestnames < matlab.unittest.TestCase
properties (Abstract)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment