Skip to content
Snippets Groups Projects
Commit dd790b79 authored by Federico Felici's avatar Federico Felici
Browse files

Use tags for expcode tests

parent 129a78a2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ classdef test_SCDclass < matlab.unittest.TestCase
shot = 65668;
end
methods(Test)
methods(Test,TestTags={'expcodes'})
function test_load(testCase)
SCD.load(testCase.expcode);
end
......
......@@ -35,7 +35,7 @@ classdef test_expcodes < matlab.unittest.TestCase
end
methods(Test)
methods(Test,TestTags={'expcodes'})
function test_expcode_printinfo(testCase)
testCase.expcode_obj.printinfo
......
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