🌐
ROOT
/
home2
/
rctse61b
/
nodejs
/
test
/
es-module
📤 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.ParallelTestConfiguration(context, root, 'es-module')
💾 SAVE CHANGES
CANCEL