Skip to content

Commit 9c05d7d

Browse files
authored
Delete obsolete test (#40)
1 parent 214f03c commit 9c05d7d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/tInstall.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
end
99

1010
methods (Test)
11-
function installNoVersionSpecified(testCase)
12-
[status, out] = system("pip install matlabengine");
13-
addTeardown(testCase, @system, "pip uninstall -y matlabengine");
14-
verifyEqual(testCase, status, 0, out)
15-
verifyInstallation(testCase)
16-
end
17-
1811
function installMatchingEngine(testCase)
1912
[status, out] = system("pip install matlabengine==" + testCase.MATLABVersion + ".*");
2013
addTeardown(testCase, @system, "pip uninstall -y matlabengine");

0 commit comments

Comments
 (0)