MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / testAddExec_1

Method testAddExec_1

tests/test_pydev_ipython_011.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61@pytest.mark.skipif(not has_ipython, reason="IPython not available")
62class 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.

Callers

nothing calls this directly

Calls 1

add_execMethod · 0.45

Tested by

no test coverage detected