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

Method test_keybindings_unused

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

Source from the content-addressed store, hash-verified

93 self.assertFalse(struct.help_key)
94
95 def test_keybindings_unused(self):
96 struct = self.load_temp_config(
97 textwrap.dedent(
98 """
99 [keyboard]
100 help = F4
101 """
102 )
103 )
104
105 self.assertEqual(struct.help_key, "F4")

Callers

nothing calls this directly

Calls 1

load_temp_configMethod · 0.95

Tested by

no test coverage detected