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 benjamin.peterson, eric.araujo, ezio.melotti, mark.dickinson, terry.reedy
Date 2011-05-15.09:53:35
SpamBayes Score 0.000188274
Marked as misclassified No
Message-id <1305453216.51.0.659676613709.issue11963@psf.upfronthosting.co.za>
In-reply-to
Content
I had a shot at test_subprocess but it’s harder than test_parser.  The method that outputs to stdout tests the behavior of Popen(..., stdout=None).  Putting another layer of indirection with script_helper could obfuscate it to the point of making it unreadable (what stdout are we talking about?  It’s a subprocess in a subprocess in a test).  I’ll try to do it in a few weeks but will not commit it without review.
History
Date User Action Args
2011-05-15 09:53:36eric.araujosetrecipients: + eric.araujo, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti
2011-05-15 09:53:36eric.araujosetmessageid: <1305453216.51.0.659676613709.issue11963@psf.upfronthosting.co.za>
2011-05-15 09:53:35eric.araujolinkissue11963 messages
2011-05-15 09:53:35eric.araujocreate