From 52b165ea6af9b75dd8e30b1345e11918c0df2d69 2008-07-17 06:37:49 From: Fernando Perez Date: 2008-07-17 06:37:49 Subject: [PATCH] Fixes to testing. Lots of changes everywhere to make more tests pass. Note that in some cases, this meant disabling some examples as doctests, because they may require deeper changes. No actual examples have been removed, I've just changed their prompts from '>>>' to 'py>' or from 'In [N]' to 'In []' so they won't get picked up as doctests. --- diff --git a/IPython/Extensions/astyle.py b/IPython/Extensions/astyle.py index 782a33c..9821d58 100644 --- a/IPython/Extensions/astyle.py +++ b/IPython/Extensions/astyle.py @@ -61,9 +61,11 @@ class Style(object): ``bg`` as the background color and ``attrs`` as the attributes. Examples: + >>> Style(COLOR_RED, COLOR_BLACK) +