summaryrefslogtreecommitdiff
path: root/testing/test_pdb.py
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-05-27 03:27:37 +0200
committerDaniel Hahler <git@thequod.de>2019-05-30 03:09:36 +0200
commitfb12d2a612dc00dbc0a9f472b0cc6b305e00caf0 (patch)
tree28d89e3ae463c547f98fb3df3beacd2de214af19 /testing/test_pdb.py
parent8e51563384d5f955e0c3db363f2b498e77d14c22 (diff)
downloadpytest-fb12d2a612dc00dbc0a9f472b0cc6b305e00caf0.tar.gz
test_enter_leave_pdb_hooks_are_called: remove child.sendeof()
Diffstat (limited to 'testing/test_pdb.py')
-rw-r--r--testing/test_pdb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/test_pdb.py b/testing/test_pdb.py
index 119c2542d..0db3593d8 100644
--- a/testing/test_pdb.py
+++ b/testing/test_pdb.py
@@ -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):