##// END OF EJS Templates
skip magic_edit doctest in zmqshell...
MinRK -
Show More
@@ -34,6 +34,7 b' from IPython.core.payloadpage import install_payload_page'
34 from IPython.lib.kernel import (
34 from IPython.lib.kernel import (
35 get_connection_file, get_connection_info, connect_qtconsole
35 get_connection_file, get_connection_info, connect_qtconsole
36 )
36 )
37 from IPython.testing.skipdoctest import skip_doctest
37 from IPython.utils import io
38 from IPython.utils import io
38 from IPython.utils.jsonutil import json_clean
39 from IPython.utils.jsonutil import json_clean
39 from IPython.utils.path import get_py_filename
40 from IPython.utils.path import get_py_filename
@@ -256,6 +257,7 b' class ZMQInteractiveShell(InteractiveShell):'
256 mode=dstore.mode)
257 mode=dstore.mode)
257 self.payload_manager.write_payload(payload)
258 self.payload_manager.write_payload(payload)
258
259
260 @skip_doctest
259 def magic_edit(self,parameter_s='',last_call=['','']):
261 def magic_edit(self,parameter_s='',last_call=['','']):
260 """Bring up an editor and execute the resulting code.
262 """Bring up an editor and execute the resulting code.
261
263
General Comments 0
You need to be logged in to leave comments. Login now