This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, r.david.murray
Date 2012-05-06.17:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336324205.81.0.481586524381.issue14695@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-05-06 17:10:05mark.dickinsonsetrecipients: + mark.dickinson, r.david.murray
2012-05-06 17:10:05mark.dickinsonsetmessageid: <1336324205.81.0.481586524381.issue14695@psf.upfronthosting.co.za>
2012-05-06 17:10:05mark.dickinsonlinkissue14695 messages
2012-05-06 17:10:05mark.dickinsoncreate