test_enter_leave_pdb_hooks_are_called: remove child.sendeof()

This commit is contained in:
Daniel Hahler 2019-05-27 03:27:37 +02:00
parent 8e51563384
commit fb12d2a612
1 changed files with 0 additions and 1 deletions

View File

@ -797,7 +797,6 @@ class TestPDB(object):
rest = child.read().decode("utf8")
assert "leave_pdb_hook" in rest
assert "1 failed" in rest
child.sendeof()
self.flush(child)
def test_pdb_custom_cls(self, testdir, custom_pdb_calls):