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 Mariatta, denis-osipov, docs@python, serhiy.storchaka, terry.reedy, vstinner
Date 2017-10-12.23:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507850306.31.0.213398074469.issue31761@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, what is your opinion of running 'from test import autotest' in a standard python shell window, opened from an icon, as opposed to IDLE's shell?

>  many tests fail just because of IDLE.

We cannot know what to blame on IDLE without a proper control experiment.  I updated my Win10 repository, rebuilt python 3.7, ran the tests from the command line, and all passed (thank you for making this routine).  I ran autotest in a Python console and saw a new resource warning from one of the async tests and 3 failures.  I cannot say what they were because when the test finished, the window closed (crashed), which is a metafailure.  I will rerun and try to identify the error as they occur.

Should we reopen this issue or open a new issue, to fix problems not due to IDLE, or remove the entire suggestion to use autotest, and remove autotest itself?
History
Date User Action Args
2017-10-12 23:18:26terry.reedysetrecipients: + terry.reedy, vstinner, docs@python, serhiy.storchaka, Mariatta, denis-osipov
2017-10-12 23:18:26terry.reedysetmessageid: <1507850306.31.0.213398074469.issue31761@psf.upfronthosting.co.za>
2017-10-12 23:18:26terry.reedylinkissue31761 messages
2017-10-12 23:18:26terry.reedycreate