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):
|
2014-12-17 20:30:04 +07:00
|
|
|
return testpy.ParallelTestConfiguration(context, root, 'parallel')
|