summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-12-04 23:47:03 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-12-04 23:47:03 -0200
commitdd13d97f602ebb08b0357701a6b22a7441c4abea (patch)
treeaf208ab3699abc269dc0e7a4ec5f097313dc08b2 /NEWS
parentcaeaec199b25c99e18ed13abc7ad89ff624ec44a (diff)
downloadmocker-dd13d97f602ebb08b0357701a6b22a7441c4abea.tar.gz
MockerTestCase now verifies if the mocker is put in replay
mode in cases where events were recorded.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85ed71e..bf98e44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
0.X.X (2007-11-XX)
==================
+- MockerTestCase now verifies if the mocker is put in replay
+ mode in cases where events were recorded.
+
- Implemented support for Deferred results as understood by
Twisted Trial's TestCase, so that coexistence by multiple
inheritance is possible and trivial.