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 jml
Recipients gregory.p.smith, jml, kumar303, michael.foord, ngie, pitrou, rbcollins, vdupras
Date 2009-04-06.04:53:37
SpamBayes Score 0.00023161393
Marked as misclassified No
Message-id <d06a5cd30904052153p2e16cf95qdac4b805b02e7f75@mail.gmail.com>
In-reply-to <1238991385.81.0.0652283672038.issue5679@psf.upfronthosting.co.za>
Content
On Mon, Apr 6, 2009 at 2:16 PM, Kumar McMillan <report@bugs.python.org> wrote:
>
> Kumar McMillan <kumar.mcmillan@gmail.com> added the comment:
>
> I like this patch.  However, a nice-to-have would be that _doCleanups()
> prints a traceback from function(*args, **kwargs) (if there is one) the
> same way that atexit does.  That would aid in debugging mis-written
> cleanup functions yet would not intrude on your test program.
>

I think reporting the errors via addError is the right thing. If your
cleanups fail, then your test suite becomes unreliable, so they should
be treated like tests that raise unexpected errors.
History
Date User Action Args
2009-04-06 04:53:46jmlsetrecipients: + jml, gregory.p.smith, pitrou, rbcollins, vdupras, kumar303, ngie, michael.foord
2009-04-06 04:53:43jmllinkissue5679 messages
2009-04-06 04:53:39jmlcreate