2014-01-14 09:09:12 +08:00
|
|
|
import sys, os
|
|
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
|
|
|
import testpy
|
2009-06-22 19:51:47 +08:00
|
|
|
|
|
|
|
def GetConfiguration(context, root):
|
2014-01-14 09:09:12 +08:00
|
|
|
return testpy.SimpleTestConfiguration(context, root, 'pummel')
|