]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30780: Add IDLE configdialog tests (#3592)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Mon, 27 Jan 2020 22:15:56 +0000 (17:15 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 27 Jan 2020 22:15:56 +0000 (17:15 -0500)
commitdd023ad1619b6f1ab313986e8953eea32c18f50c
tree36889888b43e651314f5480d93a28653628eec03
parent2528a6c3d0660c03ae43d796628462ccf8e58190
bpo-30780: Add IDLE configdialog tests (#3592)

Expose dialog buttons to test code and complete their test coverage.
Complete test coverage for highlights and keys tabs.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2020-01-27-16-44-29.bpo-30780.nR80qu.rst [new file with mode: 0644]