]> granicus.if.org Git - python/commit
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Jun 2018 20:55:39 +0000 (13:55 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Jun 2018 20:55:39 +0000 (13:55 -0700)
commitb3bac968fe5beb6e6e334903519b2c8ce5bb366b
tree37b579727e11597486121fa1c5c94df60588484d
parentd2a9c2ee4b9c66eba1e396f2bf5a8c993ad59798
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)

This avoids a failure in at least one case when running only a single
test method rather than all tests in the module.

The issue came up when testing the following on Windows 10 Pro 64-bit:
HighPageTest.test_highlight_target_text_mouse
(cherry picked from commit 2af9f5d334eeca588eeee87d177faf0012c63a03)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/idle_test/test_configdialog.py