summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-11-04 09:02:01 +1300
committerRobert Collins <robertc@robertcollins.net>2013-11-04 09:02:01 +1300
commit099e622dc5559cced775e9694deec6c798f590f3 (patch)
tree33c4b5773e5699d5703fbb96c288096969cb1634 /NEWS
parent2b86d6ae04620c09b47d29a1aed65888ac2e6e81 (diff)
downloadtestrepository-099e622dc5559cced775e9694deec6c798f590f3.tar.gz
* ``run`` now accepts ``--isolated`` as a parameter, which will cause each
selected test to be run independently. This can be useful to both workaround isolation bugs and detect tests that can not be run independently. (Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 663d563..d079ac6 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ testrepository release notes
NEXT (In development)
+++++++++++++++++++++
+CHANGES
+-------
+
+* ``run`` now accepts ``--isolated`` as a parameter, which will cause each
+ selected test to be run independently. This can be useful to both workaround
+ isolation bugs and detect tests that can not be run independently.
+ (Robert Collins)
+
INTERNALS
---------