~testtools-dev/testtools/0.9

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jonathan Lange
  • Date: 2009-12-15 05:30:11 UTC
  • Revision ID: jml@canonical.com-20091215053011-zig50jrqg00y0jc5
RELEASE!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
testtools NEWS
2
2
++++++++++++++
3
3
 
4
 
NEXT
5
 
~~~~
 
4
 
 
5
0.9.2
 
6
~~~~~
 
7
 
 
8
More matchers, better consistency with Python 2.7 and Python 3 support --
 
9
you'd think that would be enough for a point release. Well, we here on the
 
10
testtools project think that you deserve more.
 
11
 
 
12
We've added a hook so that user code can be called just-in-time whenever there
 
13
is an exception, and factored out the "run" logic of test cases so that new
 
14
outcomes can be added without fiddling with the actual flow of logic.
 
15
 
6
16
 
7
17
Improvements
8
18
------------
13
23
  feature.
14
24
 
15
25
* ExtendedToOriginalDecorator now passes unrecognised attributes through
16
 
  to the decorated result object, permitting other extensions to the 
 
26
  to the decorated result object, permitting other extensions to the
17
27
  TestCase -> TestResult protocol to work.
18
28
 
19
29
* It is now possible to trigger code just-in-time after an exception causes