Searched refs:ParallelTestConfiguration (Results 1 – 8 of 8) sorted by relevance
/third_party/node/test/testpy/ |
D | __init__.py | 121 class ParallelTestConfiguration(SimpleTestConfiguration): class 123 super(ParallelTestConfiguration, self).__init__(context, root, section, 127 result = super(ParallelTestConfiguration, self).ListTests(
|
/third_party/node/test/doctool/ |
D | testcfg.py | 7 return testpy.ParallelTestConfiguration(context, root, 'doctool')
|
/third_party/node/test/parallel/ |
D | testcfg.py | 6 return testpy.ParallelTestConfiguration(context, root, 'parallel')
|
/third_party/node/test/async-hooks/ |
D | testcfg.py | 6 return testpy.ParallelTestConfiguration(context, root, 'async-hooks')
|
/third_party/node/test/es-module/ |
D | testcfg.py | 6 return testpy.ParallelTestConfiguration(context, root, 'es-module')
|
/third_party/node/test/v8-updates/ |
D | testcfg.py | 6 return testpy.ParallelTestConfiguration(context, root, 'v8-updates')
|
/third_party/node/test/wasi/ |
D | testcfg.py | 6 return testpy.ParallelTestConfiguration(context, root, 'wasi')
|
/third_party/node/test/report/ |
D | testcfg.py | 6 return testpy.ParallelTestConfiguration(context, root, 'report')
|