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

Method Ls

test/pseudo-tty/testcfg.py:147–151  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

145
146class TTYTestConfiguration(test.TestConfiguration):
147 def Ls(self, path):
148 if isdir(path):
149 return [f[:-3] for f in os.listdir(path) if f.endswith('.js')]
150 else:
151 return []
152
153 def ListTests(self, current_path, path, arch, mode):
154 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