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

Method Ls

test/message/testcfg.py:128–133  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

126
127class MessageTestConfiguration(test.TestConfiguration):
128 def Ls(self, path):
129 if isdir(path):
130 return [f for f in os.listdir(path)
131 if f.endswith('.js') or f.endswith('.mjs')]
132 else:
133 return []
134
135 def ListTests(self, current_path, path, arch, mode):
136 all_tests = [current_path + [t] for t in self.Ls(self.root)]

Callers 1

ListTestsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected