This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients chris.jerdonek, docs@python, ezio.melotti, sbt
Date 2012-08-12.14:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344782690.13.0.227386426217.issue15629@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you provide reasons?

Regrtest takes already a few minutes to run, adding these tests will make it even slower and the tradeoff might not be worthwhile (I'm assuming that most of the doctests are basic examples that are already well tested, and the occasional typos can be found by simply run `make doctest` every once in a while).
The tests currently have many failures and output, so adding them now will make the regrtest output more confusing.  Integrating this with regrtest requires some work, for example you would have to count successes/failures, add skips for certain tests and resources to control what tests should be run (there's currently a turtle going around on my screen when I run `make doctest`).  This will make regrtest even more complex.
People might not care to run these doctests if they are not touching the docs, and if they are, they might prefer to check only the specific doc file they changed.
History
Date User Action Args
2012-08-12 14:44:50ezio.melottisetrecipients: + ezio.melotti, chris.jerdonek, docs@python, sbt
2012-08-12 14:44:50ezio.melottisetmessageid: <1344782690.13.0.227386426217.issue15629@psf.upfronthosting.co.za>
2012-08-12 14:44:49ezio.melottilinkissue15629 messages
2012-08-12 14:44:49ezio.melotticreate