Comment 3 for bug 284125

Revision history for this message
Jonathan Lange (jml) wrote : Re: [Bug 284125] [NEW] Provide an option for easy instrumenting of resource setup and teardown

On Thu, Oct 16, 2008 at 12:14 PM, Robert Collins
<email address hidden> wrote:
> On Thu, 2008-10-16 at 00:45 +0000, Jonathan Lange wrote:
>> Public bug reported:
>>
>> When debugging failures to do with strange resource behaviour, it would
>> be great to be able to flick a switch and see when resources are created
>> and destroyed.
>>
>> Something similar to the Zope test runner's output for layer setup and
>> teardown would be an OK start.
>
> Agreed. Providing a template function approach to setup and teardown
> rather than an override-this-function would make this easy.
>

Good call.