0.3.6
~~~~~
Another small API break - sorry. Fixture.getDetails no longer returns the
internal details dict (self._details). Access that directly if needed. It now
looks for details in used fixtures and returns those as well as details added
directly.
CHANGES:
* Details from child fixtures for both Fixture and TestWithFixtures no longer
quash same-named details if testtools 0.9.11 is available (for the
gather_details helper).
(Gavin Panella, #796253)
* Fixture.getDetails will now return all the details of fixtures added using
useFixture. (RobertCollins, #780806)
* New fixture ``PackagePathEntry`` which patches the path of an existing
package, allowing importing part of it from aonther directory.
(Robert Collins)
* New fixture ``PythonPathEntry`` which patches sys.path.
(Robert Collins, #737503)
* Test failure on some setups in
test_cleanUp_raise_first_false_callscleanups_returns_exceptions.
(Gavin Panella, #796249)
* Testtools 0.9.8 is now a minimum requirement.
(Gavin Panella)