Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions Lib/idlelib/idle_test/htest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def _wrapper(parent): # htest #
outwin.OutputWindow (indirectly being tested with grep test)
'''

import idlelib.pyshell # Set Windows DPI awareness before Tk().
from importlib import import_module
import tkinter as tk
from tkinter.ttk import Scrollbar
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Avoid small type when running htests. Since part of the purpose of human-
viewed tests is to determine that widgets look right, it is important that
they look the same for testing as when running IDLE.