summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-19 23:56:44 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-19 23:56:44 +1300
commitff55baaede33d0bf3df8850c3c2bac4dffcb92af (patch)
treeaccfbe2df3ff810ba5964f25193e91c00e7e7d9d /NEWS
parent4ac5925b2a46e6d7d9804956d9edccccb2426ffb (diff)
downloadtestrepository-ff55baaede33d0bf3df8850c3c2bac4dffcb92af.tar.gz
Implement test listing and execution with test execution instances.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a9ca313..2403e61 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ INTERNALS
are disposed of - if using the object to run or list tests, you will need
to adjust your calls. (Robert Collins)
+* ``TestCommand`` now offers, and ``TestListingFixture`` consumes a small
+ protocol for obtaining and releasing test execution instances.
+ (Robert Collins)
+
0.0.9
+++++