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()