1import sys, os 2sys.path.append(os.path.join(os.path.dirname(__file__), '..')) 3import testpy 4 5def GetConfiguration(context, root): 6 return testpy.ParallelTestConfiguration(context, root, 'es-module') 7