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

Method test_issue133

bpython/test/test_crashers.py:122–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 return deferred.addCallback(self.check_no_traceback)
121
122 def test_issue133(self):
123 input = textwrap.dedent(
124 """\
125 def spam(a, (b, c)):
126 pass
127 \b
128 spam(1"""
129 )
130 return self.run_bpython(input).addCallback(self.check_no_traceback)
131
132 def check_no_traceback(self, data):
133 self.assertNotIn("Traceback", data)

Callers

nothing calls this directly

Calls 1

run_bpythonMethod · 0.95

Tested by

no test coverage detected