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:26:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344781569.69.0.155099367756.issue15629@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure running these tests as part of regrtest is a good idea.
Fixing and/or marking the doctests is a good idea, and having a `make doctest` that reports no error is a desirable goal.  When `make doctest` works we could think about adding a regrtest option to run the doctests too, and if these tests don't take too much extra time to run we might even consider to run them by default (or at least when -uall is specified).
Having an option to run individual doctests would be nice too, and would encourage developers to test their doctests.
You should also see if there are more doctest-safe or more doctest-unsafe tests, and mark the ones in the smallest group.
History
Date User Action Args
2012-08-12 14:26:09ezio.melottisetrecipients: + ezio.melotti, chris.jerdonek, docs@python, sbt
2012-08-12 14:26:09ezio.melottisetmessageid: <1344781569.69.0.155099367756.issue15629@psf.upfronthosting.co.za>
2012-08-12 14:26:09ezio.melottilinkissue15629 messages
2012-08-12 14:26:08ezio.melotticreate