From 69601864749f57715559840ba882e1bc4b1c2517 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Fri, 23 Nov 2007 22:32:35 -0200 Subject: Introduced automatic test coverage verification, and covered the few statements which were not being passed through. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6ba674c..886c9cd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.9.3 (2007-11-XX) +================== + +- Introduced automatic test coverage verification as part of + the test suite, based on the 'coverage' module by Ned Batchelder, + to ensure that it continues to have 100% of statement coverage. + + 0.9.2 (2007-11-22) ================== -- cgit v1.2.1