~jayvdb/testscenarios/0.4

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2012-04-04 10:46:52 UTC
  • Revision ID: robertc@robertcollins.net-20120404104652-fc24gv81xf46f8k7
Release 0.3 (and fixup NEWS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
IN DEVELOPMENT
7
7
~~~~~~~~~~~~~~
8
8
 
9
 
0.2
 
9
0.3
10
10
~~~
11
11
 
12
 
NEW FEATURES:
 
12
CHANGES:
13
13
 
14
14
* New function ``per_module_scenarios`` for tests that should be applied across 
15
15
  multiple modules providing the same interface, some of which may not be 
16
16
  available at run time.  (Martin Pool)
17
17
 
 
18
* ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can be
 
19
  mixed into different unittest implementations more cleanly (e.g. unittest2).
 
20
  (James Polley, Robert Collins)
 
21
 
 
22
0.2
 
23
~~~
 
24
 
18
25
CHANGES:
19
26
 
20
27
* Adjust the cloned tests ``shortDescription`` if one is present. (Ben Finney)
22
29
* Provide a load_tests implementation for easy use, and multiply_scenarios to
23
30
  create the cross product of scenarios. (Martin Pool)
24
31
 
25
 
* ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can be
26
 
  mixed into different unittest implementations more cleanly (e.g. unittest2).
27
 
  (James Polley, Robert Collins)
28
 
 
29
32
0.1
30
33
~~~
31
34