node/test/pummel/testcfg.py
Timothy J Fontaine 3bb8174b94 test: refactor to use common testcfg
PR-URL: https://github.com/joyent/node/pull/25686
Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
2015-07-16 20:21:28 -04:00

6 lines
195 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, 'pummel')