MCPcopy Index your code
hub / github.com/nodejs/node / ListTests

Method ListTests

test/testpy/__init__.py:160–165  ·  view source on GitHub ↗
(self, current_path, path, arch, mode)

Source from the content-addressed store, hash-verified

158 additional)
159
160 def ListTests(self, current_path, path, arch, mode):
161 result = super(ParallelTestConfiguration, self).ListTests(
162 current_path, path, arch, mode)
163 for tst in result:
164 tst.parallel = True
165 return result
166
167class AddonTestConfiguration(SimpleTestConfiguration):
168 def __init__(self, context, root, section, additional=None):

Callers

nothing calls this directly

Calls 1

ListTestsMethod · 0.45

Tested by

no test coverage detected