Fixing --trace test.
This commit is contained in:
parent
6cc4fe2412
commit
2f1a2cf07f
|
@ -728,8 +728,6 @@ class TestTraceOption:
|
|||
child = testdir.spawn_pytest("--trace " + str(p1))
|
||||
child.expect("test_1")
|
||||
child.expect("(Pdb)")
|
||||
child.sendline("c")
|
||||
child.expect("(Pdb)")
|
||||
child.sendeof()
|
||||
rest = child.read().decode("utf8")
|
||||
assert "1 passed" in rest
|
||||
|
|
Loading…
Reference in New Issue