0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pummel/testcfg.py

7 lines
195 B
Python
Raw Normal View History

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