Fixing --trace test.

This commit is contained in:
Jeffrey Rackauckas 2018-07-02 19:55:08 -07:00
parent 6cc4fe2412
commit 2f1a2cf07f
1 changed files with 0 additions and 2 deletions

View File

@ -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