[issue14695] Tools/parser/unparse.py is out of date.

Mark Dickinson report at bugs.python.org
Sun May 6 19:10:05 CEST 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

David:  Any suggestions for how best to integrate test_unparse.py into test_tools?

We could move the contents of test_unparse.py directly in test_tools.py and just kill the old test_unparse.py.

Alternatively, we could import those TestCase subclasses from test_unparse;  is there a better way of doing this than temporarily hacking sys.path to add the Tools/parser directory, as in the attached patch?

----------
Added file: http://bugs.python.org/file25483/test_unparse_in_test_tools.patch

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


More information about the Python-bugs-list mailing list