Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option that automatically sets a breakpoint at the end of a test #1376

Closed
mdmintz opened this issue Jun 26, 2022 · 0 comments · Fixed by #1377
Closed

Add an option that automatically sets a breakpoint at the end of a test #1376

mdmintz opened this issue Jun 26, 2022 · 0 comments · Fixed by #1377
Assignees
Labels
enhancement Making things better

Comments

@mdmintz
Copy link
Member

mdmintz commented Jun 26, 2022

Add an option that automatically sets a breakpoint at the end of a test.

  • This can be helpful for debugging.
  • This can be faster than manually setting a breakpoint at the end of a test before running it.

Currently, there are some similar options, but those are different:

  • --pdb (If a test fails, then set a breakpoint at the point of failure.)
  • --trace (Set a breakpoint immediately after a test starts.)

Adding an option such as --final-debug could cover the gaps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making things better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant