summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-23 22:32:35 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-23 22:32:35 -0200
commit69601864749f57715559840ba882e1bc4b1c2517 (patch)
treec1cb7d4fd6f9a37f952254de2b3b0f2b38a3dd8c /NEWS
parent9720788795c5cbef10106103a3260a14a6646e65 (diff)
downloadmocker-69601864749f57715559840ba882e1bc4b1c2517.tar.gz
Introduced automatic test coverage verification, and covered the
few statements which were not being passed through.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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)
==================