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 eric.araujo
Recipients alexis, eric.araujo, mu_mind, python-dev, tarek
Date 2011-10-21.14:01:38
SpamBayes Score 0.00011271188
Marked as misclassified No
Message-id <1319205699.26.0.746805925449.issue13205@psf.upfronthosting.co.za>
In-reply-to
Content
As you can see in my commit, I made more changes to the code and simplified the tests.  subprocess is definitely the way to test script functionality, it’s much cleaner than monkey-patching sys.argv; we even have higher-level helpers to do that in test.script_helper.

(BTW, the comment I made about mocking user input in my first reply makes no sense: I was confusing pysetup create and pysetup generate-setup :)  I also mistakenly talked about test_run when the correct file was test_util.)
History
Date User Action Args
2011-10-21 14:01:39eric.araujosetrecipients: + eric.araujo, tarek, alexis, mu_mind, python-dev
2011-10-21 14:01:39eric.araujosetmessageid: <1319205699.26.0.746805925449.issue13205@psf.upfronthosting.co.za>
2011-10-21 14:01:38eric.araujolinkissue13205 messages
2011-10-21 14:01:38eric.araujocreate