summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index b3ff2dc..0d1663a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,15 +6,22 @@ testscenarios release notes
IN DEVELOPMENT
~~~~~~~~~~~~~~
-0.2
+0.3
~~~
-NEW FEATURES:
+CHANGES:
* New function ``per_module_scenarios`` for tests that should be applied across
multiple modules providing the same interface, some of which may not be
available at run time. (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.2
+~~~
+
CHANGES:
* Adjust the cloned tests ``shortDescription`` if one is present. (Ben Finney)
@@ -22,10 +29,6 @@ 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
~~~