From b92410712f17338c89a3791ad67d81ac708dc74b 2011-07-22 19:21:40 From: Thomas Kluyver Date: 2011-07-22 19:21:40 Subject: [PATCH] Brief docstring to explain test. --- diff --git a/IPython/core/tests/test_interactiveshell.py b/IPython/core/tests/test_interactiveshell.py index e904d21..29dc92d 100644 --- a/IPython/core/tests/test_interactiveshell.py +++ b/IPython/core/tests/test_interactiveshell.py @@ -114,6 +114,8 @@ class InteractiveShellTestCase(unittest.TestCase): ip.run_cell('!(true)\n\n\n', False) def test_gh_597(self): + """Pretty-printing lists of objects with non-ascii reprs may cause + problems.""" class Spam(object): def __repr__(self): return "\xe9"*50