mirror of https://gitee.com/openkylin/nodejs.git
7 lines
197 B
Python
7 lines
197 B
Python
|
import sys, os
|
||
|
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
||
|
import testpy
|
||
|
|
||
|
def GetConfiguration(context, root):
|
||
|
return testpy.SimpleTestConfiguration(context, root, 'internet')
|