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 kbk, markroseman, roger.serwy, terry.reedy
Date 2017-07-09.19:21:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499628108.35.0.174812487426.issue24845@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify the 'tk introspection' I did not like was asking a widget for its children, getting a list of tk ids, and then testing the widgets by id.  I prefer keeping and and directly using a python reference.  I was not referring querying a widget for its configuration.

[Not part of functional testing, but... Current unittests do not check that every widget is managed (placed, packed, or gridded).  I just verified that commenting out a widget's .pack call did not affect the current test of the widget.  We currently use the htests for that.]
History
Date User Action Args
2017-07-09 19:21:48terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman
2017-07-09 19:21:48terry.reedysetmessageid: <1499628108.35.0.174812487426.issue24845@psf.upfronthosting.co.za>
2017-07-09 19:21:48terry.reedylinkissue24845 messages
2017-07-09 19:21:48terry.reedycreate