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

Method test_step

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

Source from the content-addressed store, hash-verified

106 self.idb.set_continue.assert_called_once()
107
108 def test_step(self):
109 self.debugger.step()
110 self.idb.set_step.assert_called_once()
111
112 def test_quit(self):
113 self.debugger.quit()

Callers

nothing calls this directly

Calls 2

assert_called_onceMethod · 0.80
stepMethod · 0.45

Tested by

no test coverage detected