summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-04-04 22:45:22 +1200
committerRobert Collins <robertc@robertcollins.net>2012-04-04 22:45:22 +1200
commit4f60358a8cd193d4c52ec04cd3dd299396434fdf (patch)
tree389bfd07c122834680cf30096f7b807c8e98049c /NEWS
parent45564bb7c1ee43448c09f72097988756ff56e8fc (diff)
parent7fdcc7a68b231a01a11b7e4de0d4c4a73708d930 (diff)
downloadtestscenarios-4f60358a8cd193d4c52ec04cd3dd299396434fdf.tar.gz
* ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can be
mixed into different unittest implementations more cleanly (e.g. unittest2). (James Polley, Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bdcf729..b3ff2dc 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ CHANGES:
* Provide a load_tests implementation for easy use, and multiply_scenarios to
create the cross product of scenarios. (Martin Pool)
+* ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can be
+ mixed into different unittest implementations more cleanly (e.g. unittest2).
+ (James Polley, Robert Collins)
+
0.1
~~~