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, ncoghlan
Date 2012-07-17.07:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342508741.77.0.848135458239.issue15358@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to work on this if that's okay.  I've already written test cases for issue 7559 and issue 15299 that required creating temporary packages, so I understand the need.  And I'd also like to create test cases for issue 14787, which should really be done after this.

I think this should be split into two parts though: (1) refactor the create-package code in test_runpy into a separate helper module, and (2) move the refactored walk_package tests from test_runpy into test_pkgutil (so it's easier to see what has changed).

I can create a new issue for (1).
History
Date User Action Args
2012-07-17 07:05:41chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan
2012-07-17 07:05:41chris.jerdoneksetmessageid: <1342508741.77.0.848135458239.issue15358@psf.upfronthosting.co.za>
2012-07-17 07:05:41chris.jerdoneklinkissue15358 messages
2012-07-17 07:05:40chris.jerdonekcreate