diff --git a/TutorialMaker/TutorialMaker.py b/TutorialMaker/TutorialMaker.py index 9797596..480c66b 100644 --- a/TutorialMaker/TutorialMaker.py +++ b/TutorialMaker/TutorialMaker.py @@ -618,6 +618,7 @@ def runTutorialTestCases(tutorial_name, callback=None, progressCallback=None): module. For example, if a developer removes a feature that you depend on, your test should break so they know that the feature is needed. """ + os.environ["TUTORIAL_CURRENT_SELFTEST"] = tutorial_name tPath = Lib.TutorialUtils.get_module_basepath("TutorialMaker") + f"/Testing/{tutorial_name}.py" SelfTestTutorialLayer.ParseTutorial(tPath) import sys