• Terry Jan Reedy's avatar
    bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) · 3c8043d8
    Terry Jan Reedy yazdı
    Import pyshell first in htest to call SetProcessDpiAwareness on Windows
    before tkinter.Tk() is called for the htest. Apparently, 'root.destroy()'
    undoes a previous 'root = Tk()'. Since IDLE unittests always destroy roots,
    a unittest before an htest does not require anything more to work right.
    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.
    3c8043d8
2018-06-26-22-53-14.bpo-33975.Ow7alv.rst 202 Bytes