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

Method test_cancel

Lib/idlelib/idle_test/test_query.py:69–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.assertEqual((dialog.result, dialog.destroyed), ('good', True))
68
69 def test_cancel(self):
70 dialog = self.Dummy_Query('does not matter')
71 self.assertEqual(dialog.cancel(), None)
72 self.assertEqual((dialog.result, dialog.destroyed), (None, True))
73
74
75class SectionNameTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
cancelMethod · 0.45

Tested by

no test coverage detected