2014-01-14 02:09:12 +01: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 14:30:04 +01:00
|
|
|
return testpy.SimpleTestConfiguration(context, root, 'sequential')
|