From 7b074ad7da1f49b728e82256568b13c0adacbcba 2016-01-18 15:24:58 From: Thomas Kluyver Date: 2016-01-18 15:24:58 Subject: [PATCH] Merge pull request #9139 from takluyver/fix-debugger-doctest Fix debugger doctest to match atual output --- diff --git a/IPython/core/tests/test_debugger.py b/IPython/core/tests/test_debugger.py index 9e11d93..75b3d41 100644 --- a/IPython/core/tests/test_debugger.py +++ b/IPython/core/tests/test_debugger.py @@ -124,6 +124,8 @@ def test_ipdb_magics(): Docstring for ExampleClass.__init__ ipdb> up > (11)() + 7 'pinfo a', + 8 'll', 9 'continue', 10 ]): ---> 11 trigger_ipdb()