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, jamesh
Date 2008-04-11.08:00:01
SpamBayes Score 0.21800028
Marked as misclassified No
Message-id <1207900803.35.0.466184358153.issue2604@psf.upfronthosting.co.za>
In-reply-to
Content
> If any of the variables in test.globs are changed by the test (e.g. 
appending to a list), then rerunning the test will not necessarily give
the same result.

This is true, but modifying the globals such that subsequent runs of the
same test can break equally affects subsequent runs of any other tests
that use that module:  such a test is already broken (unsafe to run with
other tests) to begin with, independent of the DocTestCase.tearDown issue.
History
Date User Action Args
2008-04-11 08:00:03PiDelportsetspambayes_score: 0.218 -> 0.21800028
recipients: + PiDelport, jamesh
2008-04-11 08:00:03PiDelportsetspambayes_score: 0.218 -> 0.218
messageid: <1207900803.35.0.466184358153.issue2604@psf.upfronthosting.co.za>
2008-04-11 08:00:02PiDelportlinkissue2604 messages
2008-04-11 08:00:01PiDelportcreate