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, taleinat, terry.reedy
Date 2018-06-15.20:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529095109.06.0.56676864532.issue33855@psf.upfronthosting.co.za>
In-reply-to
Content
debugger and debugger_r: tests are subminimal because instantiating classes is not trivial.
dynoption: skipped because I expect it will be replaced and deleted when I review PR to do so.
editor: I discovered, or rediscovered, a new shutdown issue, with EditorWindow.  It appeared in the new test_flist also.  This time, I discovered how to solve it with tcl after info, thanks to Cheryl using it for test_codecontext.
---
I am going to break this into 3 PRs.  The first third is done.  Having written this much, I think the new code is very unlikely to break on other OSes, so I don't think special testing is necessary before merging.

Tal, if you have a cpython clone on your OSX machine, it would be nice to have "python -m test.test_idle" (which runs gui tests) run in an updated repository at least once a week if there is anything new.
History
Date User Action Args
2018-06-15 20:38:29terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella
2018-06-15 20:38:29terry.reedysetmessageid: <1529095109.06.0.56676864532.issue33855@psf.upfronthosting.co.za>
2018-06-15 20:38:29terry.reedylinkissue33855 messages
2018-06-15 20:38:28terry.reedycreate