Fix test_pdb.py with pexpect
This commit is contained in:
parent
4a925ef5e9
commit
067de257e1
|
@ -726,7 +726,7 @@ class TestTraceOption:
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
child = testdir.spawn_pytest("--trace " + str(p1))
|
child = testdir.spawn_pytest("--trace " + str(p1))
|
||||||
child.expect("test_1")
|
child.expect("is_equal")
|
||||||
child.expect("(Pdb)")
|
child.expect("(Pdb)")
|
||||||
child.sendeof()
|
child.sendeof()
|
||||||
rest = child.read().decode("utf8")
|
rest = child.read().decode("utf8")
|
||||||
|
|
Loading…
Reference in New Issue