Skip to content

Commit

Permalink
Update texampleTests.m
Browse files Browse the repository at this point in the history
Add "../examples" to matlab path
  • Loading branch information
vpapanasta committed May 21, 2024
1 parent 0a3aeb9 commit c0fc63d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/texampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

methods (TestClassSetup)
function setUpAndTearDowns(testCase)
import matlab.unittest.fixtures.CurrentFolderFixture
testCase.applyFixture(CurrentFolderFixture("../examples"));

openAIEnvVar = "OPENAI_KEY";
secretKey = getenv(openAIEnvVar);
% Create an empty .env file because it is expected by our .mlx
Expand Down

0 comments on commit c0fc63d

Please sign in to comment.