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 epaine, taleinat, terry.reedy, ttx11529
Date 2021-04-29.06:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619677699.04.0.869078436393.issue41608@roundup.psfhosted.org>
In-reply-to
Content
Tests are needed.  See review.

Thinking about tests makes me realize that we need to extract an EditorText class that has the methods that only apply to the text component of EditorWindow.  That is most of them.  This would make testing easier because there would be no need to create a window to test the text methods.
History
Date User Action Args
2021-04-29 06:28:19terry.reedysetrecipients: + terry.reedy, taleinat, epaine, ttx11529
2021-04-29 06:28:19terry.reedysetmessageid: <1619677699.04.0.869078436393.issue41608@roundup.psfhosted.org>
2021-04-29 06:28:19terry.reedylinkissue41608 messages
2021-04-29 06:28:18terry.reedycreate