Home
last modified time | relevance | path

Searched refs:AbortTestConfiguration (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/testpy/
D__init__.py159 class AbortTestConfiguration(SimpleTestConfiguration): class
161 super(AbortTestConfiguration, self).__init__(context, root, section,
165 result = super(AbortTestConfiguration, self).ListTests(
/third_party/node/test/abort/
Dtestcfg.py6 return testpy.AbortTestConfiguration(context, root, 'abort')