We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b374a6 commit ebb7d40Copy full SHA for ebb7d40
tests/test_window.py
@@ -429,7 +429,7 @@ def test_unbind_direct_key_unknown_raises_ValueError(self):
429
self.w.unbind_direct_key('b')
430
431
432
- def test_unbind_default_works_with_no_bindings(self):
+ def test_unbind_direct_key_default_works_with_no_bindings(self):
433
434
self.w.unbind_direct_key()
435
self.w._tk_window.unbind.assert_not_called()
0 commit comments