summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-12-04 23:56:34 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-12-04 23:56:34 -0200
commita902346fb27f6e70fe778a8eb3a8adc2145dee08 (patch)
tree14eda8d9269de1d0fe581ca83d32f39d1a30fbb2 /NEWS
parentdd13d97f602ebb08b0357701a6b22a7441c4abea (diff)
downloadmocker-a902346fb27f6e70fe778a8eb3a8adc2145dee08.tar.gz
Now when a spec is provided (or with proxy/replace/patch) the
existence of the real method is checked even if the mocked method doesn't have to execute (e.g. due to count(0)).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bf98e44..7cc912e 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@
- MockerTestCase now verifies if the mocker is put in replay
mode in cases where events were recorded.
+- Now when a spec is provided (or with proxy/replace/patch) the
+ existence of the real method is checked even if the mocked
+ method doesn't have to execute (e.g. due to count(0)).
+
- Implemented support for Deferred results as understood by
Twisted Trial's TestCase, so that coexistence by multiple
inheritance is possible and trivial.