Issue 3170: test_pydoc has no way to regenerate pristine data (original) (raw)

Issue3170

Created on 2008-06-22 03:47 by brett.cannon, last changed 2022-04-11 14:56 by admin.

Messages (4)
msg68556 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-06-22 03:47
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.
msg68649 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-23 21:29
Actually, I was wondering if the comparison testing is even worthwhile. All it's really going to tell is if something has changed, not if it's broken.
msg114595 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-08-21 23:02
Ping?
msg221852 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-29 15:49
Is this still an issue? I'd try to reproduce it myself but there is very little data in the original report.
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47420
2019-03-16 00:06:00 BreamoreBoy set nosy: - BreamoreBoy
2014-06-29 15:49:23 BreamoreBoy set nosy: + BreamoreBoymessages: + versions: + Python 3.4, Python 3.5, - Python 3.0
2013-01-11 16:04:33 brett.cannon set nosy: - brett.cannon
2010-08-21 23:04:18 eric.araujo set nosy: + eric.araujo
2010-08-21 23:02:59 georg.brandl set nosy: + georg.brandlmessages: +
2008-06-23 21:29:15 benjamin.peterson set messages: +
2008-06-22 03:47:06 brett.cannon create