Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
gdat
Commits
2a068b50
Commit
2a068b50
authored
3 years ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
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
!110
Add test coverage and update test scripts
Pipeline
#82164
passed
3 years ago
Stage: test
Stage: post-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/tests/test_tcv_get_ids.m
+4
-1
4 additions, 1 deletion
matlab/tests/test_tcv_get_ids.m
with
4 additions
and
1 deletion
matlab/tests/test_tcv_get_ids.m
+
4
−
1
View file @
2a068b50
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
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment