Python Fixtures 0.3.6

Milestone information

Project:
Python Fixtures
Series:
trunk
Version:
0.3.6
Released:
 
Registrant:
Robert Collins
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
2 Gavin Panella, 2 Robert Collins
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
4 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon fixtures-0.3.6.tar.gz (md5, sig) Source tarball. 800
last downloaded 17 weeks ago
Total downloads: 800

Release notes 

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.

Also better handling of details from child fixtures and two new stock fixtures PythonPathEntry and PackagePathEntry.

Changelog 

View the full changelog

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)

0 blueprints and 4 bugs targeted

Bug report Importance Assignee Status
796249 #796249 test_cleanUp_raise_first_false_callscleanups_returns_exceptions fails on traceback assertion 2 Critical Gavin Panella  10 Fix Released
780806 #780806 getDetails does not return details from child fixtures 6 Wishlist Robert Collins  10 Fix Released
796253 #796253 In useFixture(), details are not being gathered when setUp() fails. 6 Wishlist Gavin Panella  10 Fix Released
737503 #737503 Fixture for extending sys.path 1 Undecided Robert Collins  10 Fix Released
This milestone contains Public information
Everyone can see this information.