diff --git a/src/_pytest/debugging.py b/src/_pytest/debugging.py index fb2edc1cadb..32de00d2124 100644 --- a/src/_pytest/debugging.py +++ b/src/_pytest/debugging.py @@ -107,6 +107,7 @@ def do_continue(self, arg): self._pytest_capman.resume_global_capture() cls._pluginmanager.hook.pytest_leave_pdb(config=cls._config) return ret + do_c = do_cont = do_continue def setup(self, f, tb):