testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00656
[Bug 788182] [NEW] Multiple details from a single fixture are being smushed
Public bug reported:
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().
** Affects: testtools
Importance: Undecided
Status: New
** Branch linked: lp:~allenap/testtools/gather-details
--
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:
New
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().
Follow ups
References