Show More
@@ -400,12 +400,15 b' def test_decorator_skip():' | |||||
400 |
|
400 | |||
401 | child = _decorator_skip_setup() |
|
401 | child = _decorator_skip_setup() | |
402 |
|
402 | |||
|
403 | child.expect_exact("ipython-input-8") | |||
403 | child.expect_exact("3 bar(3, 4)") |
|
404 | child.expect_exact("3 bar(3, 4)") | |
404 | child.expect("ipdb>") |
|
405 | child.expect("ipdb>") | |
405 |
|
406 | |||
406 | child.expect("ipdb>") |
|
407 | child.expect("ipdb>") | |
407 | child.sendline("step") |
|
408 | child.sendline("step") | |
408 | child.expect_exact("step") |
|
409 | child.expect_exact("step") | |
|
410 | child.expect_exact("--Call--") | |||
|
411 | child.expect_exact("ipython-input-6") | |||
409 |
|
412 | |||
410 | child.expect_exact("1 @pdb_skipped_decorator") |
|
413 | child.expect_exact("1 @pdb_skipped_decorator") | |
411 |
|
414 |
General Comments 0
You need to be logged in to leave comments.
Login now