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

Method test_complex

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

Source from the content-addressed store, hash-verified

305
306 @unittest.skip("This would be interesting")
307 def test_complex(self):
308 self.assertEqual(self.repl.predicted_indent("[a, "), 1)
309 self.assertEqual(self.repl.predicted_indent("reduce(asdfasdf, "), 7)
310
311
312class TestCurtsiesReevaluate(TestCase):

Callers

nothing calls this directly

Calls 1

predicted_indentMethod · 0.80

Tested by

no test coverage detected