From 5c7342b0fd9caf32d9b5d3077175e2bf21b7460f Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Wed, 5 Dec 2007 20:43:39 -0200 Subject: Implemented MockerTestCase.addCleanup(). It allows one to register cleanup functions to be called after the test is complete. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'NEWS') 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. -- cgit v1.2.1