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 docs@python, ezio.melotti, georg.brandl, r.david.murray, terry.reedy, xwhhsprings
Date 2015-11-26.14:56:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448549809.2.0.151829377964.issue25730@psf.upfronthosting.co.za>
In-reply-to
Content
I intentionally said 'test' rather than 'unittest' or 'automated test' to allow for the possibility of a human-operated view test script posted here on the issue.  

IDLE now has a view test framework to run tests for either one or all modules with visual displays.  For all:
  python -m idlelib.idle_test.htest
This has been very useful when modifying files.
History
Date User Action Args
2015-11-26 14:56:49terry.reedysetrecipients: + terry.reedy, georg.brandl, ezio.melotti, r.david.murray, docs@python, xwhhsprings
2015-11-26 14:56:49terry.reedysetmessageid: <1448549809.2.0.151829377964.issue25730@psf.upfronthosting.co.za>
2015-11-26 14:56:49terry.reedylinkissue25730 messages
2015-11-26 14:56:48terry.reedycreate