~jayvdb/testscenarios/0.4

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-12-09 02:40:21 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: mbp@canonical.com-20101209024021-4finptl33wp3kcs5
Add per_module_scenarios

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
0.2
10
10
~~~
11
11
 
 
12
NEW FEATURES:
 
13
 
 
14
* New function ``per_module_scenarios`` for tests that should be applied across 
 
15
  multiple modules providing the same interface, some of which may not be 
 
16
  available at run time.  (Martin Pool)
 
17
 
12
18
CHANGES:
13
19
 
14
20
* Adjust the cloned tests ``shortDescription`` if one is present. (Ben Finney)