summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-13 22:05:27 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-13 22:05:27 -0200
commit90e0d73ee9238af7c80d9342a028d04028d4ae3a (patch)
treed0a7b3c9429d3f0081c510f770be612dc46f19fe /NEWS
parentf480da7fc1637e64c1dcd0d564546157c3cbc7b1 (diff)
downloadmocker-90e0d73ee9238af7c80d9342a028d04028d4ae3a.tar.gz
Implemented state resetting on replay() for RunCounter and Orderer.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 25a9885..9ff0dbc 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,12 @@
================
- Added MockerTestCase.makeFile() and .makeDir() helpers. They offer
- easy creation of temporary files/directories with certainty of
- removal after tests finish running.
+ easy creation of temporary files/directories, and ensure that they
+ get removed after each test method runs.
+
+- If the replay() method is called twice, expectations will be fully
+ reset so that several similar tests may be performed in a row by
+ just calling replay() again.
- Mocker.on_restore() removed. Restore isn't performed if replay()
isn't called, and that may not be obvious, so a hook won't be