← Back to team overview

testtools-dev team mailing list archive

Re: [Bug 801031] Re: gather_details evaluates details

 

On Mon, Jul 4, 2011 at 10:27 PM, Jonathan Lange <jml@xxxxxxxxx> wrote:
> Could you please break this down into expected; observed; how-to-repro?

Its probably easiest to look at what I landed in fixtures;gavin reused
gather_details, but it causes early-evaluation which is only desirable
once: at the very end of a test right before teardown.

-- 
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/801031

Title:
  gather_details evaluates details

Status in testtools:
  Triaged

Bug description:
  This results in too-early evaluation when used in python-fixtures;
  what we need there is the conflict logic - evaluation can/should
  happen when a test case or something which is going to destroy the
  context wants to report on the details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/testtools/+bug/801031/+subscriptions


References