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

Method test_nonexistent_name

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

Source from the content-addressed store, hash-verified

241 self.assertEqual(self.repl.current_func.__name__, "range")
242
243 def test_nonexistent_name(self):
244 self.set_input_line("spamspamspam(")
245 self.assertFalse(self.repl.get_args())
246
247 def test_issue572(self):
248 self.set_input_line("SpammitySpam(")

Callers

nothing calls this directly

Calls 2

set_input_lineMethod · 0.95
get_argsMethod · 0.80

Tested by

no test coverage detected