]> 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:31:33 +0000 (14:31 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 22:31:33 +0000 (14:31 -0800)
commit5aefee6f989821c5dc36d10a9cfd083d7aa737a5
treeb682954ef982fa7f2c15100c2bc69180940a6676
parent414ab5de48cfc1d8be40e330bca0611a14e28ea5
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]