(self)
| 61 | @pytest.mark.skipif(not has_ipython, reason="IPython not available") |
| 62 | class TestPyDevFrontEnd(TestBase): |
| 63 | def testAddExec_1(self): |
| 64 | self.add_exec("if True:", True) |
| 65 | |
| 66 | def testAddExec_2(self): |
| 67 | # Change: 'more' must now be controlled in the client side after the initial 'True' returned. |