Fix test_pdb.py with pexpect

This commit is contained in:
Jeffrey Rackauckas
2018-07-02 21:03:21 -07:00
parent 4a925ef5e9
commit 067de257e1

View File

@@ -726,7 +726,7 @@ class TestTraceOption:
"""
)
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")