Skip to content
Snippets Groups Projects
Commit 2a068b50 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add test_tcv_get_ids.m to 'tcv' tests, add comments for next steps

parent db5354d4
No related branches found
No related tags found
1 merge request!110Add test coverage and update test scripts
Pipeline #82164 passed
classdef (TestTags={'imas'},SharedTestFixtures={... classdef (TestTags={'imas','tcv'},SharedTestFixtures={...
check_mds,check_gdatpaths})... check_mds,check_gdatpaths})...
test_tcv_get_ids < matlab.unittest.TestCase test_tcv_get_ids < matlab.unittest.TestCase
% Tests link between TCV data to matlab ids structure and ids empty structure
% The link between ids data to saving on IMAS database, or reading from an IMAS database should be performed
% in another function like test_tcv_put_ids with only 'imas' as TestTags, performed where IMAS is installed
properties(TestParameter) properties(TestParameter)
shot = {-1,40000,61400}; shot = {-1,40000,61400};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment