[New-bugs-announce] [issue7055] Automatic test___all__

Antoine Pitrou report at bugs.python.org
Sun Oct 4 18:45:11 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

This patch replaces the explicit list of modules in test___all__ with an
automatic detection of modules having a __all__ attribute, so that we
don't forget any. It doesn't really appear to slow things down;
test___all__ only takes one second here.

----------
components: Library (Lib), Tests
messages: 93548
nosy: georg.brandl, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Automatic test___all__
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

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


More information about the New-bugs-announce mailing list