]> granicus.if.org Git - python/commitdiff
Add the command line to the AssertionError raised by test.script_helper's
authorGregory P. Smith <greg@krypto.org>
Wed, 21 Jan 2015 01:21:41 +0000 (17:21 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 21 Jan 2015 01:21:41 +0000 (17:21 -0800)
Python subprocess failure assertion error messages for easier debugging.

Adds a unittest for test.script_helper to confirm that this code works as
it is otherwise uncovered by an already passing test suite that uses it. :)


Trivial merge