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

Method test_run_debugger

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

Source from the content-addressed store, hash-verified

200 # run, interacting, abort_loop
201
202 def test_run_debugger(self):
203 self.debugger.run(1, 'two')
204 self.idb.run.assert_called_once_with(1, 'two')
205 self.assertEqual(self.debugger.interacting, 0)
206
207 def test_close(self):
208 # Test closing the window in an idle state.

Callers

nothing calls this directly

Calls 3

runMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected