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

Method test_close

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

Source from the content-addressed store, hash-verified

205 self.assertEqual(self.debugger.interacting, 0)
206
207 def test_close(self):
208 # Test closing the window in an idle state.
209 self.debugger.close()
210 self.pyshell.close_debugger.assert_called_once()
211
212 def test_show_stack(self):
213 self.debugger.show_stack()

Callers

nothing calls this directly

Calls 2

assert_called_onceMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected