From 2fb7b0381ef2d6aec18cb278ab3ed3becc4d780d Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 23 Jun 2011 19:56:42 +1200 Subject: 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. (RobertCollins, #780806) --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e0a17ec..54c4511 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,11 @@ fixtures release notes IN DEVELOPMENT ~~~~~~~~~~~~~~ +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 @@ -13,6 +18,9 @@ CHANGES: 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) -- cgit v1.2.1