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 ned.deily
Recipients Todd.Rovito, ezio.melotti, ncoghlan, ned.deily, r.david.murray, terry.reedy
Date 2013-06-16.04:53:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371358416.01.0.822791221376.issue18103@psf.upfronthosting.co.za>
In-reply-to
Content
Why not just run the tests under regrtest like all other standard library tests?  From the build directory, you could use something like (Windows may be a bit different):

./python.exe -m test -h  # to get regrtest options help
./python.exe -m test -ugui -v test_idle  # to run just the idle tests with verbose on

For 2.7, you'll need to use '-m test.regrtest'.
History
Date User Action Args
2013-06-16 04:53:36ned.deilysetrecipients: + ned.deily, terry.reedy, ncoghlan, ezio.melotti, r.david.murray, Todd.Rovito
2013-06-16 04:53:36ned.deilysetmessageid: <1371358416.01.0.822791221376.issue18103@psf.upfronthosting.co.za>
2013-06-16 04:53:35ned.deilylinkissue18103 messages
2013-06-16 04:53:35ned.deilycreate