testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00663
[Bug 788182] Re: Multiple details from a single fixture are being smushed
** Changed in: testtools
Status: New => Fix Committed
** Changed in: testtools
Assignee: (unassigned) => Gavin Panella (allenap)
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/788182
Title:
Multiple details from a single fixture are being smushed
Status in testtools:
Fix Committed
Bug description:
When gathering more than one detail from a fixture the same content is
being reported for all details because the variable that
content_callback closes over is being updated each time round the loop
in _gather_details().
References