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 PiDelport
Recipients PiDelport
Date 2008-04-10.03:40:44
SpamBayes Score 0.6518011
Marked as misclassified No
Message-id <1207798847.15.0.203205049744.issue2604@psf.upfronthosting.co.za>
In-reply-to
Content
DocTestCase.tearDown destructively clears its DocTest instance's globs,
preventing the test from being run repeatedly (such as with trial
--until-failure).

There's a fix for this in zope.testing's version of doctest, which
resets the globs instead:

http://svn.zope.org/?view=rev&rev=39023
History
Date User Action Args
2008-04-10 03:40:47PiDelportsetspambayes_score: 0.651801 -> 0.6518011
recipients: + PiDelport
2008-04-10 03:40:47PiDelportsetspambayes_score: 0.651801 -> 0.651801
messageid: <1207798847.15.0.203205049744.issue2604@psf.upfronthosting.co.za>
2008-04-10 03:40:45PiDelportlinkissue2604 messages
2008-04-10 03:40:44PiDelportcreate