From 34e22838a5a82abf25a36af1b0a0050e475f0c37 2011-05-24 12:15:53 From: Thomas Kluyver Date: 2011-05-24 12:15:53 Subject: [PATCH] Add skip_doctest decorator for magic_install_default_config. Closes gh-467 --- diff --git a/IPython/core/magic.py b/IPython/core/magic.py index 0df5f00..fe7eb3e 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -3360,6 +3360,7 @@ Defaulting color scheme to 'NoColor'""" shutil.copy(src, dst) print " %s" % f + @skip_doctest def magic_install_default_config(self, s): """Install IPython's default config file into the .ipython dir.