[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 04864b491e3ce0f022e918ad344fb53a99ce2a1b by Terry Jan Reedy in branch '3.6': [3.6] bpo-30981: IDLE -- Add more configdialog font page tests. (GH-… (#2796) https://github.com/python/cpython/commit/04864b491e3ce0f022e918ad344fb53a99ce2a1b

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 616ecf18f3aacbd8d172e01673877b22fe946e54 by Terry Jan Reedy in branch 'master': bpo-30981: IDLE: Augment one configdialog font page test (#2810) https://github.com/python/cpython/commit/616ecf18f3aacbd8d172e01673877b22fe946e54 --

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2861 ___ Python tracker ___ ___

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2856 ___ Python tracker ___ ___

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread STINNER Victor
STINNER Victor added the comment: Thanks for the fix :-) (Don't forget to fix it later ;-)) -- ___ Python tracker ___

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 7c5798ebfa9b822d6cedf1fc8c034f6ea90644dc by Terry Jan Reedy in branch 'master': bpo-30981: temporarity skip failing IDLE test class (#2798) https://github.com/python/cpython/commit/7c5798ebfa9b822d6cedf1fc8c034f6ea90644dc --

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am too tired to fix this correctly right now, so I added @skip to class with failing tests. -- ___ Python tracker

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2848 ___ Python tracker ___ ___

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: Viktor, I am aware that there are errors in the patch I pushed that will result in error on the Windows machines that run gui tests. Am working on a fix now. -- nosy: +haypo ___ Python tracker

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: I left out gui event tests since they depends on the widgets, which will likely change. I though about tests for the uncovered load_font_config and load_tab_config, but am not sure what to do that would not amount to copying their code. --

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2846 ___ Python tracker ___ ___

[issue30981] IDLE: Add config dialog font page tests

2017-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset d0969d69245d9c4eea3498ba4bde4b4cd676ad7f by Terry Jan Reedy in branch 'master': bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) https://github.com/python/cpython/commit/d0969d69245d9c4eea3498ba4bde4b4cd676ad7f --

[issue30981] IDLE: Add config dialog font page tests

2017-07-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2844 ___ Python tracker ___ ___

[issue30981] IDLE: Add config dialog font page tests

2017-07-20 Thread Terry J. Reedy
New submission from Terry J. Reedy: I am working on this. * Change 'test_highlight_sample' to 'highlight_sample. * Change 'set_font_sample()' to 'set_samples()', since it also changes highlight_sample, and test. * Add gui event test for 'bold' checkbutton. * Perhaps add gui event test for size

[issue30981] IDLE: Add config dialog font page tests

2017-07-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: terry.reedy components: IDLE nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: IDLE: Add config dialog font page tests type: enhancement versions: Python 3.6, Python 3.7