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 maker
Recipients Kotan, eric.araujo, ezio.melotti, maker
Date 2010-11-20.17:06:03
SpamBayes Score 1.300586e-07
Marked as misclassified No
Message-id <1290272764.83.0.10003421533.issue10453@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, the unittests in Lib/test/test_compileall.py seems quite consistent to me, so for now I won't add anything.
About adding a method for testing the '-h' argument, now that Lib/compileall.py uses argparse, it sounds trivial.

EDIT: Kotan, I'm still of the same opinion. Anyway, I  think you should use as template test.test_compileall.CommandLineTests.test_legacy_paths: so, check for returncode and use subprocess.call instead of subprocess.Popen.
History
Date User Action Args
2010-11-20 17:06:04makersetrecipients: + maker, ezio.melotti, eric.araujo, Kotan
2010-11-20 17:06:04makersetmessageid: <1290272764.83.0.10003421533.issue10453@psf.upfronthosting.co.za>
2010-11-20 17:06:03makerlinkissue10453 messages
2010-11-20 17:06:03makercreate