summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-19 19:14:47 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-19 19:14:47 +1300
commit99fcd35675fc894564116fe8f6b2efef08e0c7b2 (patch)
tree2574e2f7fb74b8aa286ed2cd206f11ea5646a6f7 /NEWS
parent41939b95d254e75ef4e7a5525e4742c7e599499e (diff)
downloadtestrepository-99fcd35675fc894564116fe8f6b2efef08e0c7b2.tar.gz
* TestCommand is now a fixture. This is used to ensure cached test instances
are disposed of - if using the object to run or list tests, you will need to adjust your calls. (Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c1bf86..a9ca313 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,13 @@ IMPROVEMENTS
* It's now possible to configure ``test_run_concurrency`` in ``.testr.conf``
to have concurrency defined by a callout. (Robert Collins)
+INTERNALS
+---------
+
+* TestCommand is now a fixture. This is used to ensure cached test instances
+ are disposed of - if using the object to run or list tests, you will need
+ to adjust your calls. (Robert Collins)
+
0.0.9
+++++