[issue15358] Test pkgutil.walk_packages in test_pkgutil instead of test_runpy

Chris Jerdonek report at bugs.python.org
Tue Jul 17 09:05:41 CEST 2012


Chris Jerdonek <chris.jerdonek at gmail.com> added the comment:

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).

----------

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


More information about the Python-bugs-list mailing list