This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cheryl.sabella, louielu, terry.reedy
Date 2017-07-23.04:34:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500784447.91.0.924851155527.issue30993@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, test_font_set could be split up.  But then the setup would have to be repeated for each, and it would be harder to verify that each .set() call was being tested the same way.  

The event graph for indent_scale is a simple linear chain, and the simple liner test mirrors that.

The combined test of bold_toggle and set_samples is not what I wanted, but I prefer it to the alternative of depending on an undocumented internal detail of the tcl wrapper maker (_tkinter, I suspect).
History
Date User Action Args
2017-07-23 04:34:07terry.reedysetrecipients: + terry.reedy, louielu, cheryl.sabella
2017-07-23 04:34:07terry.reedysetmessageid: <1500784447.91.0.924851155527.issue30993@psf.upfronthosting.co.za>
2017-07-23 04:34:07terry.reedylinkissue30993 messages
2017-07-23 04:34:07terry.reedycreate