diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2020-01-27 22:15:56 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2020-01-27 22:15:56 (GMT) |
commit | dd023ad1619b6f1ab313986e8953eea32c18f50c (patch) | |
tree | 36889888b43e651314f5480d93a28653628eec03 /Lib/idlelib/NEWS.txt | |
parent | 2528a6c3d0660c03ae43d796628462ccf8e58190 (diff) | |
download | cpython-dd023ad1619b6f1ab313986e8953eea32c18f50c.zip cpython-dd023ad1619b6f1ab313986e8953eea32c18f50c.tar.gz cpython-dd023ad1619b6f1ab313986e8953eea32c18f50c.tar.bz2 |
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>
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index eda7c27..2b54398 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,9 @@ Released on 2020-10-05? ====================================== +bpo-30780: Add remaining configdialog tests for buttons and +highlights and keys tabs. + bpo-39388: Settings dialog Cancel button cancels pending changes. bpo-39050: Settings dialog Help button again displays help text. |