Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-79871: IDLE - Fix test_debugger bug and buildbot failures #112258

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

Merged
merged 2 commits into from
Nov 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improve comments.
  • Loading branch information
terryjreedy committed Nov 19, 2023
commit 10d6e671faa304cc285be899233cb7a26f5178e7
7 changes: 5 additions & 2 deletions 7 Lib/idlelib/idle_test/test_debugger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"Test debugger, coverage 19%"
"""Test debugger, coverage 66%

Try to make tests pass with draft bdbx, which may replace bdb in 3.13+.
"""

from idlelib import debugger
from collections import namedtuple
Expand Down Expand Up @@ -45,7 +48,7 @@ def setUpClass(cls):

def test_init(self):
self.assertIs(self.idb.gui, self.gui)

# Won't test super call since two Bdbs are very different.

def test_user_line(self):
# Test that .user_line() creates a string message for a frame.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.