From 099e622dc5559cced775e9694deec6c798f590f3 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 4 Nov 2013 09:02:01 +1300 Subject: * ``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) --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') 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 --------- -- cgit v1.2.1