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 chris.jerdonek
Recipients a.kasyanov, asvetlov, chris.jerdonek, ezio.melotti, georg.brandl, orsenthil, r.david.murray, tshepang
Date 2012-12-23.18:54:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356288897.65.0.865742494898.issue15302@psf.upfronthosting.co.za>
In-reply-to
Content
The reason in part is because of the lack of unit tests of regrtest (as commenters above have noted).  By preserving the getopt interface, we can keep almost all of the untested code as is.

You should view the patch as a first step in refactoring to use argparse.  We can remove the conversion code and the main for loop in later steps.

Note to committers: I was meaning to rename regrlib.py when I was working on this.  Until regrtest-related code is in its own subpackage, I think the file name should begin with "regrtest" -- perhaps regrtester.py or regrtestlib.py.
History
Date User Action Args
2012-12-23 18:54:57chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, orsenthil, ezio.melotti, r.david.murray, asvetlov, tshepang, a.kasyanov
2012-12-23 18:54:57chris.jerdoneksetmessageid: <1356288897.65.0.865742494898.issue15302@psf.upfronthosting.co.za>
2012-12-23 18:54:57chris.jerdoneklinkissue15302 messages
2012-12-23 18:54:57chris.jerdonekcreate