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

Method AssertFinished

deps/v8/tools/release/test_scripts.py:189–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187 return expected_call['ret']
188
189 def AssertFinished(self): # pragma: no cover
190 if self._index < len(self._recipe) -1:
191 raise NoRetryException("Called mock too seldom: %d vs. %d" %
192 (self._index, len(self._recipe)))
193
194
195class ScriptTest(unittest.TestCase):

Callers 1

tearDownMethod · 0.80

Calls 1

NoRetryExceptionClass · 0.85

Tested by

no test coverage detected