##// END OF EJS Templates
Skip doctest that can't possibly work.
Thomas Kluyver -
Show More
@@ -59,6 +59,7 b' from IPython.core.profiledir import ProfileDir'
59 from IPython.core.pylabtools import pylab_activate
59 from IPython.core.pylabtools import pylab_activate
60 from IPython.core.prompts import PromptManager
60 from IPython.core.prompts import PromptManager
61 from IPython.lib.latextools import LaTeXTool
61 from IPython.lib.latextools import LaTeXTool
62 from IPython.testing.skipdoctest import skip_doctest
62 from IPython.utils import PyColorize
63 from IPython.utils import PyColorize
63 from IPython.utils import io
64 from IPython.utils import io
64 from IPython.utils import py3compat
65 from IPython.utils import py3compat
@@ -1897,6 +1898,7 b' class InteractiveShell(SingletonConfigurable):'
1897 stdin_encoding))
1898 stdin_encoding))
1898 last_cell = cell
1899 last_cell = cell
1899
1900
1901 @skip_doctest
1900 def set_next_input(self, s):
1902 def set_next_input(self, s):
1901 """ Sets the 'default' input string for the next command line.
1903 """ Sets the 'default' input string for the next command line.
1902
1904
General Comments 0
You need to be logged in to leave comments. Login now