summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2008-10-04 14:16:19 +1000
committerJonathan Lange <jml@canonical.com>2008-10-04 14:16:19 +1000
commite8275fc354df2b0d7071774edc4ef17a237d4040 (patch)
treefdbd225c122bea14fdeb83adf5203673f8adcb3d /NEWS
parentf063c2cf4ce1a3217e15b3d4440628d64943d0d6 (diff)
downloadtestresources-git-e8275fc354df2b0d7071774edc4ef17a237d4040.tar.gz
Update NEWS file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 560b0fa..9ca0f49 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,8 @@ IN DEVELOPMENT
CHANGES:
- * testresources needs pyunit3k to run the testresources test suite. You
- can still use testresources without using pyunit3k. (Jonathan Lange)
+ * testresources needs testtools to run the testresources test suite. You
+ can still use testresources without using testtools. (Jonathan Lange)
IMPROVEMENTS:
@@ -59,3 +59,5 @@ IN DEVELOPMENT
* OptimisingTestSuite has been refactored internally so that the way we
switch active resources and determine the cost of switching is more
obvious. (Jonathan Lange)
+
+ * Now imports from testtools rather than pyunit3k. (Jonathan Lange)