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-14.07:13:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528960393.44.0.947875510639.issue33855@psf.upfronthosting.co.za>
In-reply-to
Content
For module in idlelib modules:
    Create test_module from new template.py.
    Add 'module' to docstring and import.
    Check other minimal imports.
    Create instance of each class, with requires('gui') if needed.
    Add initial coverage of this test.

I am also reviewing existing tests.

PR initially adds template, 1 new file, and edits 3 others.  Needs blurb.   I will add more, but will likely break this up into multiple PRs.  This should, of course, been done years ago.

Reviews welcome, non-Windows test would be good.  (Tal, what do you have?)
History
Date User Action Args
2018-06-14 07:13:13terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella
2018-06-14 07:13:13terry.reedysetmessageid: <1528960393.44.0.947875510639.issue33855@psf.upfronthosting.co.za>
2018-06-14 07:13:13terry.reedylinkissue33855 messages
2018-06-14 07:13:13terry.reedycreate