[issue9517] Make test.script_helper more comprehensive, and use it in the test suite

Berker Peksag report at bugs.python.org
Thu Apr 16 19:10:26 CEST 2015


Berker Peksag added the comment:

Alternatively, you can import public functions from support/script_helper.py in support/__init__.py.

Then you can do

    from test.support import assert_python_ok

----------
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9517>
_______________________________________


More information about the Python-bugs-list mailing list