]> granicus.if.org Git - python/commit
Add the command line to the AssertionError raised by test.script_helper's
authorGregory P. Smith <greg@krypto.org>
Wed, 21 Jan 2015 01:19:47 +0000 (17:19 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 21 Jan 2015 01:19:47 +0000 (17:19 -0800)
commitb5684c48e1e37ff8fb1cf6cc42cae31bd2da37d8
tree037b8c1c2016ce27dacc02f6d7a67643f90d9fea
parentb176d40398f4a6f15fc3f63ef55fb064eca13ee3
Add the command line to the AssertionError raised by test.script_helper's
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. :)
Lib/test/script_helper.py
Lib/test/test_script_helper.py [new file with mode: 0755]