Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9891cc7 commit 55c0cedCopy full SHA for 55c0ced
1 file changed
IPython/core/tests/test_debugger.py
@@ -400,12 +400,15 @@ def test_decorator_skip():
400
401
child = _decorator_skip_setup()
402
403
+ child.expect_exact("ipython-input-8")
404
child.expect_exact("3 bar(3, 4)")
405
child.expect("ipdb>")
406
407
408
child.sendline("step")
409
child.expect_exact("step")
410
+ child.expect_exact("--Call--")
411
+ child.expect_exact("ipython-input-6")
412
413
child.expect_exact("1 @pdb_skipped_decorator")
414
0 commit comments