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