[issue30993] IDLE: Document and fix configdialog font tests.

Cheryl Sabella report at bugs.python.org
Sat Jul 22 20:26:39 EDT 2017


Cheryl Sabella added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30993>
_______________________________________


More information about the Python-bugs-list mailing list