summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-12-05 20:43:39 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-12-05 20:43:39 -0200
commit5c7342b0fd9caf32d9b5d3077175e2bf21b7460f (patch)
treead69e296766bc08af28d0bf266c03723b113e19b /NEWS
parenta902346fb27f6e70fe778a8eb3a8adc2145dee08 (diff)
downloadmocker-5c7342b0fd9caf32d9b5d3077175e2bf21b7460f.tar.gz
Implemented MockerTestCase.addCleanup(). It allows one to
register cleanup functions to be called after the test is complete.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7cc912e..78ffccf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-0.X.X (2007-11-XX)
+0.10 (2007-11-XX)
==================
+- Implemented MockerTestCase.addCleanup(). It allows one to
+ register cleanup functions to be called after the test is
+ complete.
+
- MockerTestCase now verifies if the mocker is put in replay
mode in cases where events were recorded.