• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import sys, os
2sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
3import testpy
4
5def GetConfiguration(context, root):
6  return testpy.SimpleTestConfiguration(context, root, 'pummel')
7