summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c508df5..53327d8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@
function will receive the patched or proxied object so that its state
may be used or verified in checks.
+- assertRaises() in MockerTestCase can now be used like Python 2.7 and 3.2,
+ as a context manager. This enables contructs such as:
+
+ with self.assertRaises(Error):
+ raising_logic()
+
+- Added assertIsInstance() and assertNotIsInstance().
+
+- Fixed bug #634566, reported by Mark Hammond, where throw(Error) effects
+ might make the recorded action be accepted multiple times.
+
1.0 (2010-06-20)
=================