[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24279
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 test_base64 to use test.support.script_helper.
https://hg.python.org/cpython/rev/472f354c70b8

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24279
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
http://bugs.python.org/issue24279
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 update test_base64.py to use script_helpers.py.

--
messages: 243999
nosy: bobcatfish
priority: normal
severity: normal
status: open
title: Update test_base64 to use test.support.script_helper
versions: Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24279
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue24279
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com