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

Method has_returncode

deps/v8/tools/testrunner/utils/test_utils.py:166–167  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

164 return f'\nReturncode: {self.returncode}\nStdout:\n{self.stdout}\nStderr:\n{self.stderr}\n'
165
166 def has_returncode(self, code):
167 self.current_test_case.assertEqual(code, self.returncode, self)
168
169 def stdout_includes(self, content):
170 self.current_test_case.assertIn(content, self.stdout, self)

Callers 15

testPassMethod · 0.80
testPassHeavyMethod · 0.80
testShardedProcMethod · 0.80
testShardedMethod · 0.80
testFailMethod · 0.80
testGNMethod · 0.80
testAutoDetectMethod · 0.80
testSkipsMethod · 0.80
testRunSkipsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected