[issue24279] Update test_base64 to use test.support.script_helper

2015-07-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks Christie. I've kept get_output() and changed it to return assert_python_ok().out. -- components: +Tests resolution: - fixed stage: - resolved status: open - closed type: - enhancement versions: +Python 3.6

[issue24279] Update test_base64 to use test.support.script_helper

2015-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e1291cc8b69 by Berker Peksag in branch '3.5': Issue #24279: Update test_base64 to use test.support.script_helper. https://hg.python.org/cpython/rev/8e1291cc8b69 New changeset 472f354c70b8 by Berker Peksag in branch 'default': Issue #24279: Update

[issue24279] Update test_base64 to use test.support.script_helper

2015-06-29 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24279 ___ ___ Python-bugs-list

[issue24279] Update test_base64 to use test.support.script_helper

2015-06-14 Thread Christie
Christie added the comment: Uploading a new patch, diffed against a public revision so it's reviewable. -- Added file: http://bugs.python.org/file39709/issue24279_base64.patch ___ Python tracker rep...@bugs.python.org

[issue24279] Update test_base64 to use test.support.script_helper

2015-05-24 Thread Christie
New submission from Christie: As described in Issue9517, many test modules do not make use of the helpers in script_helpers.py to invoke the python interpreter in a subprocess. Issue9517 will be broken down into several smaller issues so we can address smaller change sets. This issue is to

[issue24279] Update test_base64 to use test.support.script_helper

2015-05-24 Thread Christie
Christie added the comment: Updated TestMain in test_base64 to use test.support.script_helpers. Split `test_encode_file` into two tests. -- keywords: +patch Added file: http://bugs.python.org/file39485/issue24279_base64.patch ___ Python tracker