]> 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 21:06:30 +0000 (14:06 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Jun 2018 21:06:30 +0000 (14:06 -0700)
commitcef5da5441776090026c735ca1c9fa277f8b9931
tree68d9b28490c54a0027c09cea5f912a82b02d8229
parent36294d280af4b43638d65e5e916d54f173bb24bf
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