MCPcopy Create free account
hub / github.com/nodejs/node / stdout_includes

Method stdout_includes

deps/v8/tools/testrunner/utils/test_utils.py:169–170  ·  view source on GitHub ↗
(self, content)

Source from the content-addressed store, hash-verified

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)
171
172 def stdout_excludes(self, content):
173 self.current_test_case.assertNotIn(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
testLimitedPreloadingMethod · 0.80
testWithFakeContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected