MCPcopy Index your code
hub / github.com/bpython/bpython / test_keybindings_unset

Method test_keybindings_unset

bpython/test/test_config.py:83–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self.assertEqual(struct.show_source_key, "F9")
82
83 def test_keybindings_unset(self):
84 struct = self.load_temp_config(
85 textwrap.dedent(
86 """
87 [keyboard]
88 help =
89 """
90 )
91 )
92
93 self.assertFalse(struct.help_key)
94
95 def test_keybindings_unused(self):
96 struct = self.load_temp_config(

Callers

nothing calls this directly

Calls 1

load_temp_configMethod · 0.95

Tested by

no test coverage detected