[New-bugs-announce] [issue15358] Test pkgutil.walk_packages in test_pkgutil instead of test_runpy

Nick Coghlan report at bugs.python.org
Sun Jul 15 11:54:31 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

Created to record the egregious hack of relying on the test_runpy infrastructure in order to test pkgutil.walk_packages.

It gets the job done, but is a really messy way of going about it. Worth cleaning up by factoring the support code out to a helper module when there isn't a release deadline looming.

----------
components: Tests
messages: 165516
nosy: ncoghlan
priority: low
severity: normal
stage: needs patch
status: open
title: Test pkgutil.walk_packages in test_pkgutil instead of test_runpy
type: enhancement
versions: Python 3.3

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


More information about the New-bugs-announce mailing list