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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, ncoghlan, pitrou
Date 2012-08-02.22:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343946208.85.0.443452215329.issue15403@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching an updated patch.  Changes include:

1. Cleans up and expands support API to include creating nested directory structures (for use in the filecmp tests, for example).
2. Adds unit tests for the full API (similar to test_support.py).
3. Refactors test_filecmp and test_import to use the support code, in addition to test_runpy and test_cmd_line_script. We can remove some of these refactorings if you think it does not add much at this point.
4. Puts changes in package_helper.py for now (until issue 15494 is done). I didn't put them in script_helper.py to avoid creating a circular dependency.
History
Date User Action Args
2012-08-02 22:23:29chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, pitrou, eric.araujo
2012-08-02 22:23:28chris.jerdoneksetmessageid: <1343946208.85.0.443452215329.issue15403@psf.upfronthosting.co.za>
2012-08-02 22:23:28chris.jerdoneklinkissue15403 messages
2012-08-02 22:23:28chris.jerdonekcreate