MCPcopy Index your code
hub / github.com/python/cpython / test_next

Method test_next

Lib/idlelib/idle_test/test_debugger.py:116–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 self.idb.set_quit.assert_called_once()
115
116 def test_next(self):
117 with patch.object(self.debugger, 'frame') as frame:
118 self.debugger.next()
119 self.idb.set_next.assert_called_once_with(frame)
120
121 def test_ret(self):
122 with patch.object(self.debugger, 'frame') as frame:

Callers

nothing calls this directly

Calls 2

nextMethod · 0.45

Tested by

no test coverage detected