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

Method ListTests

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

Source from the content-addressed store, hash-verified

194 additional)
195
196 def ListTests(self, current_path, path, arch, mode):
197 result = super(AbortTestConfiguration, self).ListTests(
198 current_path, path, arch, mode)
199 for tst in result:
200 tst.disable_core_files = True
201 return result

Callers

nothing calls this directly

Calls 1

ListTestsMethod · 0.45

Tested by

no test coverage detected