Skip to content

Commit

Permalink
fixup! pdb: resume capturing after continue
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Oct 11, 2018
1 parent 371f2ea commit fd29c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_pytest/debugging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fd29c57

Please sign in to comment.