Skip to content

Commit

Permalink
Fix test_pdb.py with pexpect
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyrack committed Jul 3, 2018
1 parent 4a925ef commit 067de25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_pdb.py
Expand Up @@ -726,7 +726,7 @@ def test_1():
"""
)
child = testdir.spawn_pytest("--trace " + str(p1))
child.expect("test_1")
child.expect("is_equal")
child.expect("(Pdb)")
child.sendeof()
rest = child.read().decode("utf8")
Expand Down

0 comments on commit 067de25

Please sign in to comment.