Skip to content

Commit fb4dd47

Browse files
committed
test_enter_leave_pdb_hooks_are_called: remove child.sendeof()
1 parent e393a73 commit fb4dd47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_pdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ def test_post_mortem():
797797
rest = child.read().decode("utf8")
798798
assert "leave_pdb_hook" in rest
799799
assert "1 failed" in rest
800-
child.sendeof()
801800
self.flush(child)
802801

803802
def test_pdb_custom_cls(self, testdir, custom_pdb_calls):

0 commit comments

Comments
 (0)