##// END OF EJS Templates
Merge pull request #9139 from takluyver/fix-debugger-doctest...
Thomas Kluyver -
r21947:7b074ad7 merge
parent child Browse files
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