(self)
| 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 | |
| 312 | class TestCurtsiesReevaluate(TestCase): |
nothing calls this directly
no test coverage detected