[issue30489] Add CmdLineTest to standard library

Terry J. Reedy report at bugs.python.org
Fri Jun 2 18:41:45 EDT 2017


Terry J. Reedy added the comment:

Santiago, an idea like this (one that requests a reversal of previous decisions) should be discussed first on the python-ideas list.  Such a discussion would need to result in a specific proposal of what to extract from test_cmd_line_script.py and where to put it.  test_cmd_line_script.py itself cannot be moved.  If you get a positive response there, you can re-open this or open a new issue.

The test utilities in test/ are already 'in' the stdlib, in that one can  import and use them.  However, doing so is at one's own risk of API change.  They are declared private and kept in test/ so that we can freely change them as needed for their primary purpose -- testing cpython.

----------
nosy: +terry.reedy
resolution:  -> rejected
stage:  -> resolved
status: open -> closed
versions:  -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6

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


More information about the Python-bugs-list mailing list