Skip to content

Commit a815cfa

Browse files
committed
fixup! pdb: resume capturing after continue
1 parent d3dc755 commit a815cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_pytest/debugging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def do_continue(self, arg):
107107
self._pytest_capman.resume_global_capture()
108108
cls._pluginmanager.hook.pytest_leave_pdb(config=cls._config)
109109
return ret
110+
110111
do_c = do_cont = do_continue
111112

112113
def setup(self, f, tb):

0 commit comments

Comments
 (0)