Skip to content

Commit

Permalink
Delete obsolete test (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexj0se authored Feb 16, 2024
1 parent 214f03c commit 9c05d7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/tInstall.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
end

methods (Test)
function installNoVersionSpecified(testCase)
[status, out] = system("pip install matlabengine");
addTeardown(testCase, @system, "pip uninstall -y matlabengine");
verifyEqual(testCase, status, 0, out)
verifyInstallation(testCase)
end

function installMatchingEngine(testCase)
[status, out] = system("pip install matlabengine==" + testCase.MATLABVersion + ".*");
addTeardown(testCase, @system, "pip uninstall -y matlabengine");
Expand Down

0 comments on commit 9c05d7d

Please sign in to comment.