From c073b8161478bd8068dbdc9780733104a5346bcb Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Thu, 29 Jul 2010 20:51:24 -0400 Subject: mocker.call() now supports a with_object argument. If True, the called function will receive the patched or proxied object so that its state may be used or verified in checks. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b904592..c508df5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +1.1 (2010-XX-XX) +================ + +- mocker.call() now supports a with_object argument. If True, the called + function will receive the patched or proxied object so that its state + may be used or verified in checks. + + 1.0 (2010-06-20) ================= -- cgit v1.2.1