testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00855
[Bug 801031] Re: gather_details evaluates details
Am guessing this is http://bazaar.launchpad.net/+branch/python-
fixtures/revision/27 and that the difference is that gather_details
calls _copy_content on source content, which is what evaluates the
details.
test_details_from_child_fixtures_are_returned from the aforementioned
diff is probably a good starting point for reproducing the bug.
--
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