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

Method test_issue572

bpython/test/test_repl.py:247–252  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

245 self.assertFalse(self.repl.get_args())
246
247 def test_issue572(self):
248 self.set_input_line("SpammitySpam(")
249 self.assertTrue(self.repl.get_args())
250
251 self.set_input_line("WonderfulSpam(")
252 self.assertTrue(self.repl.get_args())
253
254 @unittest.skipIf(pypy, "pypy pydoc doesn't have this")
255 def test_issue583(self):

Callers

nothing calls this directly

Calls 2

set_input_lineMethod · 0.95
get_argsMethod · 0.80

Tested by

no test coverage detected