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 r.david.murray
Recipients anton.barkovsky, asvetlov, chris.jerdonek, georg.brandl, r.david.murray
Date 2012-09-03.02:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346640346.87.0.845518211751.issue15557@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Anton.

I took your last patch just a bit further, mostly to make it easy to break up the test methods that test multiple things into test methods that test just one thing.  I also made the test insensitive to the order of the options on the command line, since in theory that shouldn't matter (this makes the tests more robust in the face of changes to the code). 

I'm pretty sure I transcribed all the tests correctly, but it would be great if you would double check me.
History
Date User Action Args
2012-09-03 02:45:46r.david.murraysetrecipients: + r.david.murray, georg.brandl, asvetlov, chris.jerdonek, anton.barkovsky
2012-09-03 02:45:46r.david.murraysetmessageid: <1346640346.87.0.845518211751.issue15557@psf.upfronthosting.co.za>
2012-09-03 02:45:46r.david.murraylinkissue15557 messages
2012-09-03 02:45:45r.david.murraycreate