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 Saimadhav.Heblikar, jesstess, terry.reedy
Date 2017-07-04.23:47:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499212074.04.0.766930393586.issue21624@psf.upfronthosting.co.za>
In-reply-to
Content
Current htest issues from this and two other issues, notes, and running htests with htest.py.

(Default master window placement is ok.  Can move.)

h1. At least one test window overlaps the test window. Others are not centered (y-position). Fix by passing _htest and changing geometry accordingly.  Use f-strings.  Develop formula for centering?

(Test messages "might use editing" is too vague.  Ditto for EditorWindow 'might be split'.)

h2. All widgets should be displayed.  A couple of htests test behavior in widgets otherwise displayed, and *these* should be unittested if possible.

h3. Force focus to opened widget window.  Probably still needed.

h4. Putting imports only needed by htest functions in the function is a good idea.  Introducing a regression by mistake is not.  Do this when edit after thorough tests.

h5. # htest # is present on all current htest functions. Check that is documented, including .coveragerc entry.

h6. What is left from #22629 after patch applied?

h7. #27636: incapsulate common features in classes defined in htest.py.

3 Specific TODOs in htest.py:

h8. Improve message for dyn_option_menu.

h9. Improve wrapper for EditorWindow.

h10. Update GetKeysDialog test now that #21519 closed.

h11. My note: Get keys dialog prints blank line to console, something prints 'None'. Check when run all tests.

h12. Test window should show version and module (from __file__).  Make part of #27636.
History
Date User Action Args
2017-07-04 23:47:54terry.reedysetrecipients: + terry.reedy, jesstess, Saimadhav.Heblikar
2017-07-04 23:47:54terry.reedysetmessageid: <1499212074.04.0.766930393586.issue21624@psf.upfronthosting.co.za>
2017-07-04 23:47:53terry.reedylinkissue21624 messages
2017-07-04 23:47:53terry.reedycreate