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 zach.ware
Recipients ezio.melotti, zach.ware
Date 2014-06-12.21:29:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402608565.65.0.506633774065.issue21741@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a quick-and-dirty script that converts a large chunk of the test suite away from support.run_unittest and test_main to unittest test discovery and unittest.main.  Several files are marked as 'do not touch' due to various issues that the script can't easily detect, many others are not touched due to issues that the script can detect but can't deal with on its own.  Tests that can be changed are changed directly, console output is a huge listing of test files checked and what was done with them, followed by a summary of what tests were not touched for what reason, and a list of changed tests is output in 'changed_tests.txt'.
History
Date User Action Args
2014-06-12 21:29:25zach.waresetrecipients: + zach.ware, ezio.melotti
2014-06-12 21:29:25zach.waresetmessageid: <1402608565.65.0.506633774065.issue21741@psf.upfronthosting.co.za>
2014-06-12 21:29:25zach.warelinkissue21741 messages
2014-06-12 21:29:25zach.warecreate