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

2013-03-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11963 ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2013-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset d25749c32bb4 by Ezio Melotti in branch '2.7': #11963: remove human verification from test_subprocess. http://hg.python.org/cpython/rev/d25749c32bb4 -- ___ Python tracker rep...@bugs.python.org

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

2013-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e14aafeca04 by Ezio Melotti in branch '2.7': #11963: fix Windows buildbots. http://hg.python.org/cpython/rev/3e14aafeca04 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11963

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

2013-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 222505a5aeac by Ezio Melotti in branch '3.2': #11963: remove human verification from test_parser and test_subprocess. http://hg.python.org/cpython/rev/222505a5aeac New changeset cc08036b37a4 by Ezio Melotti in branch '3.3': #11963: merge with 3.2.

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

2013-03-10 Thread Ezio Melotti
Ezio Melotti added the comment: This should be fixed now. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11963

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

2013-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ee8c00f7e63 by Ezio Melotti in branch '2.7': #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. http://hg.python.org/cpython/rev/9ee8c00f7e63 New changeset 10a82140f36d by Ezio Melotti in branch '3.2': #11963: avoid

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

2013-03-09 Thread Ezio Melotti
Ezio Melotti added the comment: 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). The attached patch does this. The basic idea for

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

2013-03-09 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: - ezio.melotti Added file: http://bugs.python.org/file29360/issue11963.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11963

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

2013-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 61ec83956ba6 by Ezio Melotti in branch '2.7': #11963: fix Windows buildbots. http://hg.python.org/cpython/rev/61ec83956ba6 New changeset 64b87578c071 by Ezio Melotti in branch '3.2': #11963: fix Windows buildbots.

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

2011-05-15 Thread Éric Araujo
Éric Araujo mer...@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

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

2011-05-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Please feel free to improve titles; we’re a team, there’s no ego in bug title phrasing :) I did so on at least one bug of yours; hope you didn’t consider it rude. Are you asking about the docstring of the test module or the reST doc of

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

2011-05-07 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: My title suggestion was meant to say Yes, if you are willing to expand the scope of this issue and do more work, go ahead' ;-). I have not looked at help(test), but it should be complete if it is not. I was referring to the test module doc