🌐
ROOT
/
home2
/
rctse61b
/
nodejs
/
test
/
embedding
📤 Upload File
📁 New Folder
✏️ EDITING: testcfg.py
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.SimpleTestConfiguration(context, root, 'embedding')
💾 SAVE CHANGES
CANCEL