nodejs/test/internet/testcfg.py

7 lines
197 B
Python
Raw Normal View History

2022-08-16 11:12:47 +08:00
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')