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 taleinat
Recipients taleinat, terry.reedy
Date 2018-06-13.19:33:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528918409.39.0.947875510639.issue33839@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching coverage report for tooltip.py.

The uncovered lines are required to avoid exceptions when closing a windows with a tooltip shown.  These are not currently reproduced by test_tooltip.py because my attempts to exercise them in automated tests have all failed so far.

The TclError exceptions are reproduced by the htest in tooltip.py.  The ValueError exception, however, I've only seen happen when actually running IDLE, since it is raised by the MultiCall module.

IMO it's not worth the effort to achieve 100% automated test coverage here.  It's Terry's decision to make, though.
History
Date User Action Args
2018-06-13 19:33:29taleinatsetrecipients: + taleinat, terry.reedy
2018-06-13 19:33:29taleinatsetmessageid: <1528918409.39.0.947875510639.issue33839@psf.upfronthosting.co.za>
2018-06-13 19:33:29taleinatlinkissue33839 messages
2018-06-13 19:33:29taleinatcreate