Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55c0ced

Browse files
committed
debug
1 parent 9891cc7 commit 55c0ced

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

IPython/core/tests/test_debugger.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,15 @@ def test_decorator_skip():
400400

401401
child = _decorator_skip_setup()
402402

403+
child.expect_exact("ipython-input-8")
403404
child.expect_exact("3 bar(3, 4)")
404405
child.expect("ipdb>")
405406

406407
child.expect("ipdb>")
407408
child.sendline("step")
408409
child.expect_exact("step")
410+
child.expect_exact("--Call--")
411+
child.expect_exact("ipython-input-6")
409412

410413
child.expect_exact("1 @pdb_skipped_decorator")
411414

0 commit comments

Comments
 (0)