##// END OF EJS Templates
Fix debugger doctest to match atual output
Thomas Kluyver -
Show More
@@ -124,6 +124,8 b' def test_ipdb_magics():'
124 Docstring for ExampleClass.__init__
124 Docstring for ExampleClass.__init__
125 ipdb> up
125 ipdb> up
126 > <doctest ...>(11)<module>()
126 > <doctest ...>(11)<module>()
127 7 'pinfo a',
128 8 'll',
127 9 'continue',
129 9 'continue',
128 10 ]):
130 10 ]):
129 ---> 11 trigger_ipdb()
131 ---> 11 trigger_ipdb()
General Comments 0
You need to be logged in to leave comments. Login now