Home
last modified time | relevance | path

Searched refs:ParallelTestConfiguration (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/testpy/
D__init__.py121 class ParallelTestConfiguration(SimpleTestConfiguration): class
123 super(ParallelTestConfiguration, self).__init__(context, root, section,
127 result = super(ParallelTestConfiguration, self).ListTests(
/third_party/node/test/doctool/
Dtestcfg.py7 return testpy.ParallelTestConfiguration(context, root, 'doctool')
/third_party/node/test/parallel/
Dtestcfg.py6 return testpy.ParallelTestConfiguration(context, root, 'parallel')
/third_party/node/test/async-hooks/
Dtestcfg.py6 return testpy.ParallelTestConfiguration(context, root, 'async-hooks')
/third_party/node/test/es-module/
Dtestcfg.py6 return testpy.ParallelTestConfiguration(context, root, 'es-module')
/third_party/node/test/v8-updates/
Dtestcfg.py6 return testpy.ParallelTestConfiguration(context, root, 'v8-updates')
/third_party/node/test/wasi/
Dtestcfg.py6 return testpy.ParallelTestConfiguration(context, root, 'wasi')
/third_party/node/test/report/
Dtestcfg.py6 return testpy.ParallelTestConfiguration(context, root, 'report')