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

Method test_help

bpython/test/test_curtsies_repl.py:413–414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

411 self.assertIsInstance(text, str)
412
413 def test_help(self):
414 self.repl.pager(self.repl.help_text())
415
416 @unittest.skipUnless(
417 all(map(config.can_encode, "å∂߃")), "Charset can not encode characters"

Callers

nothing calls this directly

Calls 2

help_textMethod · 0.80
pagerMethod · 0.45

Tested by

no test coverage detected