Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TutorialMaker/TutorialMaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading