[New-bugs-announce] [issue3170] test_pydoc has no way to regenerate pristine data

Brett Cannon report at bugs.python.org
Sun Jun 22 05:47:07 CEST 2008


New submission from Brett Cannon <brett at python.org>:

test_pydoc relies on pristine data to verify that the tests pass.
Unfortunately there is no automated way to regenerate that pristine
data, making the test easily fail if something global (e.g., __loader__
attributes on all modules) is introduced.

This was seen on Python 3.0 but might also be an issue in 2.6.

----------
assignee: benjamin.peterson
components: Tests
messages: 68556
nosy: benjamin.peterson, brett.cannon
priority: low
severity: normal
status: open
title: test_pydoc has no way to regenerate pristine data
type: behavior
versions: Python 3.0

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


More information about the New-bugs-announce mailing list