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

bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints. #24646

Merged
merged 11 commits into from
Jun 11, 2021
Prev Previous commit
Next Next commit
Add blank line at end of new test function
  • Loading branch information
iritkatriel authored Jun 11, 2021
commit 0577eaefa8886634e0e3b80bc6943a0814702aeb
1 change: 1 addition & 0 deletions Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,7 @@ def test_pdb_issue_43318():
3
4
"""
iritkatriel marked this conversation as resolved.
Show resolved Hide resolved


class PdbTestCase(unittest.TestCase):
def tearDown(self):
Expand Down