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 0a3aeb9 commit c0fc63dCopy full SHA for c0fc63d
tests/texampleTests.m
@@ -5,6 +5,9 @@
5
6
methods (TestClassSetup)
7
function setUpAndTearDowns(testCase)
8
+ import matlab.unittest.fixtures.CurrentFolderFixture
9
+ testCase.applyFixture(CurrentFolderFixture("../examples"));
10
+
11
openAIEnvVar = "OPENAI_KEY";
12
secretKey = getenv(openAIEnvVar);
13
% Create an empty .env file because it is expected by our .mlx
0 commit comments