]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
authorTal Einat <taleinat+github@gmail.com>
Sun, 24 Jun 2018 20:35:59 +0000 (23:35 +0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 24 Jun 2018 20:35:59 +0000 (16:35 -0400)
commit2af9f5d334eeca588eeee87d177faf0012c63a03
tree004e3e010d5b3f507daf7626fd0ea54ee9f7a836
parent3f197f94d67be25d5489e14f2f06b4a00e818747
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
Lib/idlelib/idle_test/test_configdialog.py