nodejs/test/parallel/testcfg.py

7 lines
199 B
Python
Raw Normal View History

2014-01-13 17:09:12 -08:00
import sys, os
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy
2009-06-22 13:51:47 +02:00
def GetConfiguration(context, root):
return testpy.ParallelTestConfiguration(context, root, 'parallel')