Mark Dickinson <dicki...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14695>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to