Skip to content

Commit

Permalink
hmmm pdb doctests don't run
Browse files Browse the repository at this point in the history
  • Loading branch information
bharel committed Aug 25, 2024
1 parent 8f16d5a commit 1f5c558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2799,7 +2799,7 @@ def test_pdb_issue_gh_108976():
... test_function()
> <doctest test.test_pdb.test_pdb_issue_gh_108976[0]>(4)test_function()
-> import pdb; pdb.Pdb(nosigint=True, readrc=False).set_trace()
(Pdb) continasdue
(Pdb) continue
"""


Expand Down

0 comments on commit 1f5c558

Please sign in to comment.