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 jamesh
Recipients PiDelport, jamesh
Date 2008-04-11.09:22:30
SpamBayes Score 0.022861013
Marked as misclassified No
Message-id <1207905751.71.0.355875813218.issue2604@psf.upfronthosting.co.za>
In-reply-to
Content
If I create a test case with a command like:

   test = DocFileSuite('foo.txt', globs={'somelist': [42]})

The doctest isn't doing anything wrong if it modifies somelist.

Furthermore, Glyph has said he thinks the current --until-failure
behaviour in trial is a mistake: http://glyf.livejournal.com/72505.html
History
Date User Action Args
2008-04-11 09:22:31jameshsetspambayes_score: 0.022861 -> 0.022861013
recipients: + jamesh, PiDelport
2008-04-11 09:22:31jameshsetspambayes_score: 0.022861 -> 0.022861
messageid: <1207905751.71.0.355875813218.issue2604@psf.upfronthosting.co.za>
2008-04-11 09:22:31jameshlinkissue2604 messages
2008-04-11 09:22:30jameshcreate