[issue11963] Remove human verification from test suite (test_parser and test_subprocess)

Éric Araujo report at bugs.python.org
Sun May 15 11:53:36 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11963>
_______________________________________


More information about the Python-bugs-list mailing list