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

Method test_keys_no_ending

Lib/idlelib/idle_test/test_config_key.py:62–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self.assertEqual(self.dialog.showerror.message, '')
61
62 def test_keys_no_ending(self):
63 self.assertFalse(self.dialog.keys_ok('<Control-Shift'))
64 self.assertIn('Missing the final', self.dialog.showerror.message)
65
66 def test_keys_no_modifier_bad(self):
67 self.dialog.list_keys_final.get.result = 'A'

Callers

nothing calls this directly

Calls 3

assertFalseMethod · 0.80
keys_okMethod · 0.80
assertInMethod · 0.80

Tested by

no test coverage detected