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 cheryl.sabella
Recipients cheryl.sabella, louielu, terry.reedy
Date 2017-07-23.00:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500769599.93.0.948218674811.issue30993@psf.upfronthosting.co.za>
In-reply-to
Content
Works on linux.  I just had one question on github about a test for sizelist and moving the initialization of the Tk variables into setUp.

I also deleted a second comment that was just a wrong comment, but it's led me to another question.

For test_indent_scale, you have the widget test and the `changes` test in the same place.  I know you mentioned that you had thought about this before, but now that you have the widget tests for the font name, font bold, (and soon) font size, would there be any reason to split the test_font_set tests into the same place where each of the widgets is tested?  That way, all the pieces of the graph flow would be in one place for each widget/Tk Variable/trace function.
History
Date User Action Args
2017-07-23 00:26:40cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, louielu
2017-07-23 00:26:39cheryl.sabellasetmessageid: <1500769599.93.0.948218674811.issue30993@psf.upfronthosting.co.za>
2017-07-23 00:26:39cheryl.sabellalinkissue30993 messages
2017-07-23 00:26:39cheryl.sabellacreate