xref: /third_party/node/test/async-hooks/testcfg.py (revision 1cb0ef41)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/async-hooks/
1import sys, os
2sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
3import testpy
4
5def GetConfiguration(context, root):
6  return testpy.ParallelTestConfiguration(context, root, 'async-hooks')
7

Indexes created Thu Nov 07 10:32:03 CST 2024