summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-11 14:27:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-11 15:19:25 +0000
commit62fa7e08f76a5b6bb8410add49c40656b3e73acd (patch)
treeddb17bfaa101ac3a65336d7d71ed0f08bdd5b487 /NEWS
parent1b80990bd5e58091dc2da50adda747a10922b29e (diff)
parentc43e94039a017e60743e49822d932facef54da93 (diff)
downloadcmdtest-62fa7e08f76a5b6bb8410add49c40656b3e73acd.tar.gz
Merge branch 'baserock/richardmaw/S10275/factor-out-modules-v3' into baserock/morph
Update the version of cmdtest used in Baserock and include the patches to move functionality into yarnlib. Reviewed-by: Lars Wirzenius
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47fbd88..5c99718 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,30 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.11, released UNRELEASED
+---------------------------------
+
+For yarn:
+
+* Report number of scenarios skipped due to an ASSUMING step failing.
+ * Fix the error message for reporting scenarios without THEN steps
+ to include the names of those scenarios only, rather than all
+ scenarios. Patch by Pete Fotheringham.
+
+* Yarn now sets `$HOME` to a directory in `$DATADIR`, and creates
+ that directory. This means test suites can assume `$HOME` exists,
+ but don't use the user's real home directory, which is important for
+ test environment hygiene.
+
+* New option `--allow-missing-steps` to allow running a test suite
+ with some steps missing. The scenarios with missing steps will be
+ skipped. Suggested by Pete Fotheringham.
+
+For cmdtest:
+
+* The `--test` (`-t`) option should now work again. Thank you
+ to Kalle Valo for prodding me.
+
Version 0.10, released 2013-10-05
---------------------------------