We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214f03c commit 9c05d7dCopy full SHA for 9c05d7d
test/tInstall.m
@@ -8,13 +8,6 @@
8
end
9
10
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
-
18
function installMatchingEngine(testCase)
19
[status, out] = system("pip install matlabengine==" + testCase.MATLABVersion + ".*");
20
addTeardown(testCase, @system, "pip uninstall -y matlabengine");
0 commit comments