testtools 1.0.0

Milestone information

Project:
testtools
Series:
trunk
Version:
1.0.0
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:
1 Robert Collins
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
2 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 testtools-1.0.0.tar.gz (md5, sig) 12
last downloaded 42 weeks ago
Total downloads: 12

Release notes 

Long overdue, we've adopted a backwards compatibility statement and recognized
that we have plenty of users depending on our behaviour - calling our version
1.0.0 is a recognition of that.

Changelog 

View the full changelog

Improvements
------------

* Fix a long-standing bug where tearDown and cleanUps would not be called if the
test run was interrupted. This should fix leaking external resources from
interrupted tests.
(Robert Collins, #1364188)

* Fix a long-standing bug where calling sys.exit(0) from within a test would
cause the test suite to exit with 0, without reporting a failure of that
test. We still allow the test suite to be exited (since catching higher order
exceptions requires exceptional circumstances) but we now call a last-resort
handler on the TestCase, resulting in an error being reported for the test.
(Robert Collins, #1364188)

* Fix an issue where tests skipped with the ``skip``* family of decorators would
still have their ``setUp`` and ``tearDown`` functions called.
(Thomi Richards, #https://github.com/testing-cabal/testtools/issues/86)

* We have adopted a formal backwards compatibility statement (see hacking.rst)
(Robert Collins)

0 blueprints and 2 bugs targeted

Bug report Importance Assignee Status
1364188 #1364188 tests that call sys.exit(0) appear to pass 2 Critical Robert Collins  10 Fix Released
1331358 #1331358 skip decorated inconsistent with unittest: tests still run setUp and tearDown 3 High   10 Fix Released
This milestone contains Public information
Everyone can see this information.