]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30780: Add IDLE configdialog tests (GH-3592)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Jan 2020 22:35:08 +0000 (14:35 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 22:35:08 +0000 (14:35 -0800)
commit7b57b15bd83879ee35f8758a84a7857a9968c145
treed536118b2fad4d7145f3369f6287bd7ce6bd39ce
parent57e7e5775e52926c983e71e517d900b5560ea2ff
bpo-30780: Add IDLE configdialog tests (GH-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>
(cherry picked from commit dd023ad1619b6f1ab313986e8953eea32c18f50c)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
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]