← Back to team overview

testtools-dev team mailing list archive

[Bug 801027] [NEW] gather_details API could be easier to use

 

Public bug reported:

gather_details gathers into a object with getDetails; however all it
really needs is two dicts. This would make it more usable in python-
fixtures where a fixture wants to be able to show a view on all its
child fixtures, gather_details wanting to write into a fixture or
equivalent means we need a temporary fixture like thing on each call
into getDetails.

** Affects: testtools
     Importance: Wishlist
         Status: Triaged

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

Title:
  gather_details API could be easier to use

Status in testtools:
  Triaged

Bug description:
  gather_details gathers into a object with getDetails; however all it
  really needs is two dicts. This would make it more usable in python-
  fixtures where a fixture wants to be able to show a view on all its
  child fixtures, gather_details wanting to write into a fixture or
  equivalent means we need a temporary fixture like thing on each call
  into getDetails.

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


Follow ups

References